Skip to content

Commit

Permalink
Merge pull request #120 from nickhammond/patch-1
Browse files Browse the repository at this point in the history
Stray quote at the end of config line
  • Loading branch information
technicalpickles committed Feb 2, 2012
2 parents c654b66 + 41e53e5 commit 060fe84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/moonshine/moonshine_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def manifest
app_manifests_load_prevention_string = <<-EOS
# don't attempt to auto-require the moonshine manifests into the rails env
config.paths.app.manifests 'app/manifests', :eager_load => false"
config.paths.app.manifests 'app/manifests', :eager_load => false
EOS
end
Expand Down

0 comments on commit 060fe84

Please sign in to comment.