From b969e03086577f1007cf5a592219593e342b5e4e Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 29 Jun 2010 20:42:06 -0400 Subject: [PATCH] pedantry --- lib/foreman/cli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/foreman/cli.rb b/lib/foreman/cli.rb index 37c0e94..6478647 100644 --- a/lib/foreman/cli.rb +++ b/lib/foreman/cli.rb @@ -30,6 +30,7 @@ class Foreman::CLI < Thor method_option :user, :type => :string, :aliases => "-u" method_option :concurrency, :type => :string, :aliases => "-c", :banner => '"alpha=5,bar=3"' + def export(format, location=nil) check_procfile!