Skip to content

Commit

Permalink
Merge pull request #946 from firesim/abejgonzalez-patch-4
Browse files Browse the repository at this point in the history
Fix prompt for validate check [ci skip]
  • Loading branch information
abejgonzalez committed Feb 16, 2022
2 parents 2885dc3 + ac6164d commit eab25ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-setup-nolog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tag_ret_code=$?
set -e
if [ $tag_ret_code -ne 0 ]; then
if [ "$SKIP_VALIDATE" = false ]; then
read -p "WARNING: You are not on an official release of FireSim.\nType \"y\" to continue if this is intended, otherwise see https://docs.fires.im/en/stable/Initial-Setup/Setting-up-your-Manager-Instance.html#setting-up-the-firesim-repo: " validate
read -p "WARNING: You are not on an official release of FireSim."$'\n'"Type \"y\" to continue if this is intended, otherwise see https://docs.fires.im/en/stable/Initial-Setup/Setting-up-your-Manager-Instance.html#setting-up-the-firesim-repo: " validate
[[ $validate == [yY] ]] || exit 5
echo "Setting up non-official FireSim release"
fi
Expand Down

0 comments on commit eab25ae

Please sign in to comment.