Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Correct quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Bengtsson authored Feb 22, 2018
1 parent 73fe375 commit 0f9f248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import sys

sys.path.append(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(os.path.dirname('/usr/pgsql-9.2/bin/))
sys.path.append(os.path.dirname('/usr/pgsql-9.2/bin/'))

from commander.deploy import task, hostgroups
import commander_settings as settings
Expand Down

0 comments on commit 0f9f248

Please sign in to comment.