Skip to content

Commit 02a8c21

Browse files
committed
Update docker-compose start fix space typos
1 parent d514318 commit 02a8c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose/docker-compose-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker_compose_start()
4444
LOCAL_DOCKER_COMPOSE_ENV_PATH=${5:-$LOCAL_DOCKER_COMPOSE_PATH}
4545
LOCAL_DOCKER_COMPOSE_ENV_FULL_FILE="${LOCAL_DOCKER_COMPOSE_ENV_PATH%/}/$LOCAL_DOCKER_COMPOSE_ENV_FILE"
4646

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

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

0 commit comments

Comments
 (0)