Skip to content

Commit

Permalink
make more trendy
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jun 18, 2010
1 parent 222da50 commit 081449f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/refinery
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ unless (app_path = ARGV.shift).nil? or app_path.length == 0
FileUtils::rm File.join(%W(#{rails_root} lib gemspec.rb)) if File.exists?(File.join(%W(#{rails_root} lib gemspec.rb)))

# add in the config files
for config in %w(database amazon_s3 rackspace_cloudfiles)
%w(database amazon_s3 rackspace_cloudfiles).each do |config|
FileUtils::move File.join(%W(#{rails_root} config #{config}.yml.example)), File.join(%W(#{rails_root} config #{config}.yml))

# figure out the app name from the install path and swap out your_local_xxx with this name.
Expand Down

0 comments on commit 081449f

Please sign in to comment.