Skip to content

Commit

Permalink
Merge pull request #95 from micahbf/master
Browse files Browse the repository at this point in the history
Update URL for legacy config.ru file
  • Loading branch information
thomasklemm committed Feb 1, 2014
2 parents 96af4fa + cebee92 commit 896fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/powder
Expand Up @@ -455,7 +455,7 @@ module Powder
elsif legacy = (is_rails2_app? || is_radiant_app?)
say "This appears to be a #{legacy} application. You need a config.ru file."
if yes? "Do you want to autogenerate a basic config.ru for #{legacy}?"
uri = URI.parse("https://gist.github.com/raw/909308")
uri = URI.parse("https://gist.github.com/sstephenson/909308/raw")
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
Expand Down

0 comments on commit 896fa1c

Please sign in to comment.