lib/rag/new/project.rb in rag-1.0.2 vs lib/rag/new/project.rb in rag-1.0.4

- old
+ new

@@ -25,10 +25,10 @@ # find templates def templates templates = [] templates << Rc.pa.template.ls - %w(test) - home_template_pa = Pa('~/.rag/tempalte' ) + home_template_pa = Pa('~/.rag/template' ) templates << home_template_pa.ls if home_tempate_pa.exists? end # call by `rag new -l' def list_templates