Skip to content

Commit

Permalink
setup-environment-internal: phrasing (#18)
Browse files Browse the repository at this point in the history
Fix the phrasing of the EULA-read message.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
  • Loading branch information
twoerner authored and koenkooi committed Jun 23, 2016
1 parent 158884a commit fe2337d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-environment-internal
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ EOF
echo
REPLY=
while [ -z "$REPLY" ]; do
echo -n "Do you read the EULA ? (y/n) "
echo -n "Would you like to read the EULA ? (y/n) "
read REPLY
case "$REPLY" in
y|Y)
Expand Down

0 comments on commit fe2337d

Please sign in to comment.