From 2dd2e33010e9f6cd6086ef555813b7b1999315dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9gis=20Hanol?= Date: Mon, 16 Dec 2013 17:43:16 +0100 Subject: [PATCH] Update launcher another typo --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 77b3fa9..35de3a8 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 startup use ./launcher start $config" + echo "Successfully bootstrapped, to startup use ./launcher start $config" exit 0 ;; -- 2.25.1