Skip to content

Commit

Permalink
The subdirectory is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Giménez committed Oct 21, 2011
1 parent 713e714 commit 1969445
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/suspenders
Expand Up @@ -9,7 +9,7 @@ if ['create', '--create'].include? ARGV[0]
puts "[WARNING] the suspenders create argument is deprecated. Just use `suspenders #{ARGV.join}` instead"
end

templates_root = File.expand_path(File.join("..", "templates", "files"), File.dirname(__FILE__))
templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__))
Suspenders::Generator.source_root templates_root
Suspenders::Generator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1969445

Please sign in to comment.