Skip to content

Commit

Permalink
Update docker/build.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Unger <lockshaw@lockshaw.net>
  • Loading branch information
goliaro and lockshaw committed Dec 11, 2022
1 parent 2ef9bc2 commit 2454589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd "$SCRIPT_DIR/.."

# Get name of desired Docker image as input
image="${1:-flexflow}"
if [[ "${image}" != @(flexflow-environment|flexflow) ]]; then
if [[ "$image" != @(flexflow-environment|flexflow) ]]; then
echo "Error, image name ${image} is invalid. Choose between 'flexflow-environment' and 'flexflow'."
exit 1
fi
Expand Down

0 comments on commit 2454589

Please sign in to comment.