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 authored Dec 11, 2022
1 parent f24b3a3 commit 2ef9bc2
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 @@ -9,7 +9,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd "$SCRIPT_DIR/.."

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

0 comments on commit 2ef9bc2

Please sign in to comment.