Commit d476ac7d41f117ad9cf612e99216a4e7eaa04fb6
1 parent
5e73a3b1
Exists in
master
and in
4 other branches
Remove colored gem from upgrader script. pt2
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/gitlab/upgrader.rb
@@ -14,7 +14,7 @@ module Gitlab | @@ -14,7 +14,7 @@ module Gitlab | ||
14 | answer = if ARGV.first == "-y" | 14 | answer = if ARGV.first == "-y" |
15 | "yes" | 15 | "yes" |
16 | else | 16 | else |
17 | - prompt("Do you want to upgrade (yes/no)? ".blue, %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" | 20 | if answer == "yes" |