Skip to content

Commit

Permalink
fixed type in template for downloading bootstrap generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme Nelson committed Aug 16, 2010
1 parent 863bcf4 commit 4fc2e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.rb
Expand Up @@ -71,7 +71,7 @@
end

# Let's get out bootstrapping generator
git :clone => "--depth 0 http://github.com/graemenelson/rails3-template"
git :clone => "--depth 0 http://github.com/graemenelson/rails3-template.git"
run "cp -r rails3-template/bootstrap* lib/generators"
remove_file "rails3_template"

Expand Down

0 comments on commit 4fc2e44

Please sign in to comment.