fixed the directory option

This commit is contained in:
Arnaud Lachaume
2012-07-14 11:48:24 +10:00
parent 1beab80c1f
commit ebe160d425
+1 -1
View File
@@ -125,7 +125,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