install_theme

In following this tutorial in the "install_theme" plugin: http://drnicwilliams.com/2009/10/06/install-any-html-themetemplate-into-your-rails-app/

When I run the following: (Provided I'm using Rails3.0.0.rc)

$ install_theme /auth /refreshed/refreshed content_path

auth: path to application /refreshed/refreshed: path to template

I get the following:

http://pastie.org/private/ew80kn7pcc9oywwynz5sog

Why is that?

Thanks.