Commit f1da402be753a7cfff1fe7c8be96ce61a1ec3f58
1 parent
b057e58b
Exists in
spb-stable
and in
3 other branches
Require a full yes.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/gitlab/upgrader.rb
@@ -17,7 +17,7 @@ module Gitlab | @@ -17,7 +17,7 @@ module Gitlab | ||
17 | prompt("Do you want to upgrade (yes/no)? ", %w{yes no}) | 17 | prompt("Do you want to upgrade (yes/no)? ", %w{yes no}) |
18 | end | 18 | end |
19 | 19 | ||
20 | - if answer == "yes" || answer == "y" | 20 | + if answer == "yes" |
21 | upgrade | 21 | upgrade |
22 | else | 22 | else |
23 | exit 0 | 23 | exit 0 |