Skip to content

Commit d1d7bbb

Browse files
committed
nextspace_install.sh: minor prompt fix
1 parent 754160f commit d1d7bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packaging/RedHat/nextspace_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ echo
8787
# Install Developer packages
8888
#===============================================================================
8989
echo -e -n "\e[33m"
90-
echo -n "Do you want to install packages for NEXTSPACE development? [yN]: "
90+
echo -n "Do you want to install packages for NEXTSPACE development? [y/N]: "
9191
echo -e -n "\e[0m"
9292
read YN
9393
if [ "$YN" = "y" ]; then

0 commit comments

Comments
 (0)