From: RĂ©gis Hanol Date: Mon, 16 Dec 2013 16:42:21 +0000 (+0100) Subject: Update launcher X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a0eff5bf7c8d68961d1af1947c7c199d3a4824b4;p=discourse_docker.git Update launcher typo --- diff --git a/launcher b/launcher index 5755940..77b3fa9 100755 --- a/launcher +++ b/launcher @@ -146,7 +146,7 @@ case "$command" in docker commit `cat $cidbootstrap` $local_discourse/$config || echo 'FAILED TO COMMIT' docker rm `cat $cidbootstrap` && rm $cidbootstrap - echo "Successfully bootstrappd, to starup use ./launcher start $config" + echo "Successfully bootstrappd, to startup use ./launcher start $config" exit 0 ;;