Skip to content

Commit e26ff8b

Browse files
committed
improving comments
1 parent 7fdda61 commit e26ff8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434

3535
if [ "$1" == "up" ] ; then
3636
print_style "Initializing Docker Sync\n" "info";
37-
print_style "May take a long time (15 min+) the first time\n" "info";
37+
print_style "May take a long time (15min+) the first time\n" "info";
3838
docker-sync start;
3939
print_style "Initializing Docker Compose\n" "info";
4040
shift; # removing first argument

0 commit comments

Comments
 (0)