Skip to content

Commit

Permalink
Fix swapped if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberma committed Jan 26, 2025
1 parent 8357c10 commit 30af79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_docker_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ SCRIPT_DIR=$(dirname $0)
source "$SCRIPT_DIR/utils.sh"

if [[ -n $FLAPY_DOCKER_IMAGE ]]; then
debug_echo "-- setup_docker_command: Using custom image: $FLAPY_DOCKER_IMAGE"
else
debug_echo "-- setup_docker_command: FLAPY_DOCKER_IMAGE not set, using default image"
export FLAPY_DOCKER_IMAGE="registry.hub.docker.com/gruberma/flapy"
else
debug_echo "-- setup_docker_command: Using custom FLAPY_DOCKER_IMAGE"
fi

debug_echo "-- setup_docker_command: Creating alias 'flapy_docker_command'"
Expand Down

0 comments on commit 30af79d

Please sign in to comment.