Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

Commit

Permalink
fabfile. Fix copy-paste error, time to go home...
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitg committed Apr 1, 2015
1 parent 7486b98 commit cdecdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Expand Up @@ -75,7 +75,7 @@ def supervisor_process_start(process_name):
exit()
else:
print(red('Supervisord doesn\'t seem to be running, trying to start it'))
supervisord_cmd_result = venvcmd("supervisord -c %s update" % os.path.join(env.projectpath, "supervisord.conf"))
supervisord_cmd_result = venvcmd("supervisord -c %s" % os.path.join(env.projectpath, "supervisord.conf"))
if supervisord_cmd_result.failed:
print(red('Failed starting supervisord'))
exit()
Expand Down

0 comments on commit cdecdb6

Please sign in to comment.