Skip to content

Commit

Permalink
Update docker-compose start fix space typos
Browse files Browse the repository at this point in the history
  • Loading branch information
evertramos committed Mar 10, 2021
1 parent d514318 commit 02a8c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docker_compose_start()
LOCAL_DOCKER_COMPOSE_ENV_PATH=${5:-$LOCAL_DOCKER_COMPOSE_PATH}
LOCAL_DOCKER_COMPOSE_ENV_FULL_FILE="${LOCAL_DOCKER_COMPOSE_ENV_PATH%/}/$LOCAL_DOCKER_COMPOSE_ENV_FILE"

[[$LOCAL_DOCKER_COMPOSE_PATH == "" ||$LOCAL_DOCKER_COMPOSE_PATH == null ]] && echoerr "You must inform the required argument(s) to the function: '${FUNCNAME[0]}'"
[[ $LOCAL_DOCKER_COMPOSE_PATH == "" || $LOCAL_DOCKER_COMPOSE_PATH == null ]] && echoerr "You must inform the required argument(s) to the function: '${FUNCNAME[0]}'"

[[ "$DEBUG" == true ]] && echo "Starting docker composer service for '$LOCAL_DOCKER_COMPOSE_FULL_FILE_NAME' - [function: ${FUNCNAME[0]}]"

Expand Down

0 comments on commit 02a8c21

Please sign in to comment.