Update launcher
authorRégis Hanol <regis@hanol.fr>
Mon, 16 Dec 2013 16:42:21 +0000 (17:42 +0100)
committerRégis Hanol <regis@hanol.fr>
Mon, 16 Dec 2013 16:42:21 +0000 (17:42 +0100)
typo

launcher

index 5755940d4de22c9d55a09d02e69cbf40a30da2e3..77b3fa9f407c6915b1ea82bfd77a3947da80babe 100755 (executable)
--- 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
       ;;