From a0eff5bf7c8d68961d1af1947c7c199d3a4824b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9gis=20Hanol?= Date: Mon, 16 Dec 2013 17:42:21 +0100 Subject: [PATCH] Update launcher typo --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.25.1