From 2137e353f3cd9a7edac704f8b95494d890348ada Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Tue, 13 Nov 2012 20:33:13 -0300 Subject: [PATCH] whoa! three deploy methods! sweet! exclamation points!!! --- lib/middleman-deploy/commands.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/middleman-deploy/commands.rb b/lib/middleman-deploy/commands.rb index 6d68088..8bec80d 100644 --- a/lib/middleman-deploy/commands.rb +++ b/lib/middleman-deploy/commands.rb @@ -38,7 +38,7 @@ module Middleman def print_usage_and_die(message) raise Error, "ERROR: " + message + "\n" + <