Skip to content

Commit 285d6c2

Browse files
author
Alexander Rogalskiy
committed
Updates on files
1 parent 85be2ae commit 285d6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker-compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ docker_stop() {
130130
main() {
131131
[ ${#@} -gt 0 ] || usage
132132

133-
cmd="$1"; shift;
133+
cmd=$(echo "$1" | tr "[:upper:]" "[:lower:]"); shift;
134134
case "$cmd" in
135135
[sS]tart|[uU]p)
136136
docker_start "${@:1}"

0 commit comments

Comments
 (0)