Skip to content

Commit

Permalink
Missing space in quickstart script (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole authored Feb 1, 2024
1 parent e76cd28 commit 451cabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/quickstart-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ -z $MGC_REF ]; then
MGC_REF=${MGC_REF:="main"}
fi

if [ -z $ISTIO_INSTALL_SAIL]; then
if [ -z $ISTIO_INSTALL_SAIL ]; then
ISTIO_INSTALL_SAIL=${ISTIO_INSTALL_SAIL:=false}
fi

Expand Down

0 comments on commit 451cabd

Please sign in to comment.