Skip to content

Commit

Permalink
Merge pull request railsadminteam#668 from ctshryock/install_typo
Browse files Browse the repository at this point in the history
Fix typo in installation output
  • Loading branch information
bbenezech committed Aug 18, 2011
2 parents 2dbd52e + c7a8fe4 commit 91b73e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails_admin/tasks/install.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def check_for_devise_models
if File.exists?(devise_path) if File.exists?(devise_path)
parse_route_files parse_route_files
else else
puts "Looks like you don't have devise install! We'll install it for you!" puts "Looks like you don't have devise installed! We'll install it for you!"
`rails g devise:install` `rails g devise:install`
set_devise set_devise
end end
Expand Down

0 comments on commit 91b73e5

Please sign in to comment.