From 29f2ec54fe1438eb47eb7ddf92d61335a14c9e9f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 20 Jan 2016 16:39:05 +0100 Subject: [PATCH] ortho --- init.sh.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh.example b/init.sh.example index 61fb2497..bcd93942 100644 --- a/init.sh.example +++ b/init.sh.example @@ -20,7 +20,7 @@ UPOPTS="-d --no-recreate --no-build --no-deps" case "$1" in start) - log_daemon_msg "Starting $PROJECT_NAME Compositon" "$PROJECT_NAME" || true + log_daemon_msg "Starting $PROJECT_NAME Composition" "$PROJECT_NAME" || true docker-compose $OPTS up $UPOPTS ;; -- 2.39.5