add a colon to the mock Procfile

This commit is contained in:
David Dollar
2010-12-13 18:08:40 -05:00
parent e6b61801b1
commit a504a59f0b

View File

@@ -27,7 +27,7 @@ end
def write_procfile(procfile="Procfile")
File.open(procfile, "w") do |file|
file.puts "alpha ./alpha"
file.puts "bravo ./bravo"
file.puts "bravo: ./bravo"
end
end