Skip to content

Commit

Permalink
Removing excess quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-bmitch committed Jul 19, 2020
1 parent 61fd370 commit ac29d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-config-update
Expand Up @@ -96,7 +96,7 @@ if [ -n "${stack_name}" ]; then
STACK_NAME="${stack_name}"
fi
if [ -n "${STACK_NAME}" ]; then
common_opts="${common_opts} -l \"com.docker.stack.namespace=${STACK_NAME}\""
common_opts="${common_opts} -l com.docker.stack.namespace=${STACK_NAME}"
fi

clean_ver_list() {
Expand Down

0 comments on commit ac29d9c

Please sign in to comment.