Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Kian-Tat Lim <[email protected]>
  • Loading branch information
mwittgen and ktlim authored Jan 27, 2025
1 parent 0adad25 commit 6b8abe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/envconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if $INTERACTIVE ; then
done
echo "0 - EXIT (return)"
if [ -n "$ZSH_VERSION" ]; then
read -r "eid?Choose environmen [0 to ${l}]: "
read -r "eid?Choose environment [0 to ${l}]: "
else
read -r -p "Choose environment [0 to ${l}]: " eid
fi
Expand Down

0 comments on commit 6b8abe5

Please sign in to comment.