From 7fdda613a524d1b36f478d11036883bf5c849f3b Mon Sep 17 00:00:00 2001 From: Arian Acosta Date: Sat, 15 Jul 2017 14:43:22 -0400 Subject: [PATCH] improving messages --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 46b15864..93010414 100755 --- a/sync.sh +++ b/sync.sh @@ -34,7 +34,7 @@ fi if [ "$1" == "up" ] ; then print_style "Initializing Docker Sync\n" "info"; - print_style "(May take a long time (15min+) on the 'Looking for changes' step the first time)\n" "warning"; + print_style "May take a long time (15 min+) the first time\n" "info"; docker-sync start; print_style "Initializing Docker Compose\n" "info"; shift; # removing first argument