Skip to content

Commit

Permalink
Be a little quieter when installing refinery by supressing refinery:u…
Browse files Browse the repository at this point in the history
…pdate output. This way the user is not confused by multiple 'actions required'.
  • Loading branch information
stevenheidel authored and parndt committed Jul 6, 2010
1 parent fd03122 commit dfd94f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/refinery
Expand Up @@ -118,7 +118,7 @@ unless (app_path = ARGV.shift).nil? or app_path.length == 0
puts `#{cmd}`

puts "\n\nUpdating some core refinery files..\n"
puts (cmd="rake -f #{File.join(rails_root, 'Rakefile')} refinery:update")
puts (cmd="rake -f #{File.join(rails_root, 'Rakefile')} refinery:update from_installer=true")
puts `#{cmd}`
end

Expand All @@ -139,4 +139,4 @@ else
puts "--force Forces the directory to be overriden if the directory already exists"
puts "--database=name Preconfigure for selected database (options: mysql/postgresql/sqlite3 - default: sqlite3)."
puts "\n"
end
end

0 comments on commit dfd94f6

Please sign in to comment.