Skip to content

Commit

Permalink
fix problem with how i was doing heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Jan 25, 2010
1 parent e9b72e0 commit 7ec57ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/showoff_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def self.heroku
# create config.ru file
File.open('config.ru', 'w+') do |f|
f.puts 'require "showoff"'
f.puts 'ShowOff.run!'
f.puts 'run ShowOff.new'
end if !File.exists?('config.ru')

`heroku create #{name}`
Expand Down

0 comments on commit 7ec57ae

Please sign in to comment.