Skip to content

Commit

Permalink
quoted var
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed May 31, 2021
1 parent 2adb3f8 commit f9105eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ checkInstalledVersion() {
echo "A newer ${BINARY_NAME} ${TAG_WO_VER} is available. Release notes: https://containerlab.srlinux.dev/rn/${TAG_WO_VER}"
echo "You are running containerlab $version version"
read -e -p "Proceed with upgrade? [Y/n]: " -i "Y" UPGR_NEEDED
if [ $UPGR_NEEDED == "Y" ]; then
if [ "$UPGR_NEEDED" == "Y" ]; then
return 1
fi
return 0
Expand Down

0 comments on commit f9105eb

Please sign in to comment.