diff --git a/lib/foreman/cli.rb b/lib/foreman/cli.rb index ed67df8..2f69b21 100644 --- a/lib/foreman/cli.rb +++ b/lib/foreman/cli.rb @@ -130,7 +130,7 @@ private ###################################################################### def procfile case when options[:procfile] then options[:procfile] - when options[:root] then File.expand_path(File.join(options[:app_root], "Procfile")) + when options[:root] then File.expand_path(File.join(options[:root], "Procfile")) else "Procfile" end end