Skip to content

Commit 30af79d

Browse files
committed
Fix swapped if statement
1 parent 8357c10 commit 30af79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup_docker_command.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ SCRIPT_DIR=$(dirname $0)
1212
source "$SCRIPT_DIR/utils.sh"
1313

1414
if [[ -n $FLAPY_DOCKER_IMAGE ]]; then
15+
debug_echo "-- setup_docker_command: Using custom image: $FLAPY_DOCKER_IMAGE"
16+
else
1517
debug_echo "-- setup_docker_command: FLAPY_DOCKER_IMAGE not set, using default image"
1618
export FLAPY_DOCKER_IMAGE="registry.hub.docker.com/gruberma/flapy"
17-
else
18-
debug_echo "-- setup_docker_command: Using custom FLAPY_DOCKER_IMAGE"
1919
fi
2020

2121
debug_echo "-- setup_docker_command: Creating alias 'flapy_docker_command'"

0 commit comments

Comments
 (0)