Merge pull request #228 from alikaragoz/master
Fix issue to take into account the ASK environnement variable
This commit is contained in:
commit
da37a32f4b
2
Rakefile
2
Rakefile
@ -129,7 +129,7 @@ def install_prezto
|
|||||||
end
|
end
|
||||||
|
|
||||||
def want_to_install? (section)
|
def want_to_install? (section)
|
||||||
if ENV["ask"]=="true"
|
if ENV["ASK"]=="true"
|
||||||
puts "Would you like to install configuration files for: #{section}? [y]es, [n]o"
|
puts "Would you like to install configuration files for: #{section}? [y]es, [n]o"
|
||||||
STDIN.gets.chomp == 'y'
|
STDIN.gets.chomp == 'y'
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user