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

This commit is contained in:
Tom Vaughan 2013-08-24 11:16:22 -04:00
parent a738143f3e
commit 336fcd3c0e

View file

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