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

launcher

index 77b3fa9f407c6915b1ea82bfd77a3947da80babe..35de3a89b4fd65d5a121eac600451111128c5ca7 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 startup use ./launcher start $config"
+      echo "Successfully bootstrapped, to startup use ./launcher start $config"
       exit 0
       ;;