Skip to content

Commit

Permalink
Move script/rails to bin/rails in extension generator. Fixes spree#3904
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil committed Oct 23, 2013
1 parent 6c962f4 commit 19589a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lib/spree_cmd/extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def generate

directory 'app', "#{file_name}/app"
directory 'lib', "#{file_name}/lib"
directory 'script', "#{file_name}/script"
directory 'bin', "#{file_name}/bin"

template 'extension.gemspec', "#{file_name}/#{file_name}.gemspec"
template 'Gemfile', "#{file_name}/Gemfile"
Expand Down

0 comments on commit 19589a9

Please sign in to comment.