Skip to content

Commit 5da9b69

Browse files
committed
fixed dcp alias calling correct function
1 parent 0b73bf2 commit 5da9b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_compose_stop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
fnc_remove_cmd_option "${stacks_list[@]}"
125125
fnc_container_remove "${stacks_list[@]}"
126126
;;
127-
("-s"|"--stop")
127+
("-p"|"--stop")
128128
# unset "stacks_list[0]"
129129
action="stop"
130130
fnc_remove_cmd_option "${stacks_list[@]}"

0 commit comments

Comments
 (0)