Skip to content

Commit

Permalink
Merge branch 'myfixes' of git://github.com/skupr/buildbot
Browse files Browse the repository at this point in the history
* 'myfixes' of git://github.com/skupr/buildbot:
  Fixed buildmaster's init-script "reload" command.
  • Loading branch information
djmitche committed May 12, 2011
2 parents a389b08 + a044ca9 commit 84fb187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/contrib/init-scripts/buildmaster.init.sh
Expand Up @@ -126,7 +126,7 @@ case "$1" in
exit $?
;;
reload)
do_op "master_op" "reload" "Reloading buildmaster"
do_op "master_op" "reconfig" "Reloading buildmaster"
exit $?
;;
restart|force-reload)
Expand Down

0 comments on commit 84fb187

Please sign in to comment.