Land #4673, screenshot -v hardcoded false fix

bug/bundler_fix
William Vu 2015-01-29 19:40:15 -06:00
commit aec0067d14
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class Console::CommandDispatcher::Stdapi::Ui
when "-p"
path = val
when "-v"
view = false if ( val =~ /^(f|n|0)/i )
view = true if ( val =~ /^(t|y|1)/i )
end
}