diff --git a/lib/middleman-deploy/commands.rb b/lib/middleman-deploy/commands.rb index 4e874df..a98f265 100644 --- a/lib/middleman-deploy/commands.rb +++ b/lib/middleman-deploy/commands.rb @@ -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