Catch specific exception. Fixes #38 (I think).

master
Tom Vaughan 2013-08-24 11:16:22 -04:00
parent a738143f3e
commit 336fcd3c0e
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ EOF
begin
options = inst.options
rescue
rescue NoMethodError
print_usage_and_die "You need to activate the deploy extension in config.rb."
end