lib/crosstie/cli.rb in crosstie-0.0.1 vs lib/crosstie/cli.rb in crosstie-0.0.2
- old
+ new
@@ -27,10 +27,10 @@
map %w(-h --help) => :help
private
def template_path
- File.join root, "template.rb"
+ File.join root, "base.rb"
end
def root
File.expand_path File.dirname __FILE__
end