diff --git a/Rakefile b/Rakefile index 058d266..9bc4411 100644 --- a/Rakefile +++ b/Rakefile @@ -129,7 +129,7 @@ def install_prezto end 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" STDIN.gets.chomp == 'y' else