Rails アプリ テンプレートをセットアップしようとしていますが、sample.rb テンプレート ファイルに次のコードが含まれています。
run "bundle install"
copy_file "/Users/amiterandole/Desktop/current/rails/templates/guard/Guardfile", "."
バンドルのインストールは正常に実行されますが、コピー コマンドは次のエラーで失敗します。
/usr/local/rvm/gems/ruby-1.9.3-p194/gems/thor-0.16.0/lib/thor/actions/create_file.rb:47:in `binread': Is a directory - /Users/amiterandole/Desktop/current/rails/templates/myapp (Errno::EISDIR)
このエラーとその修正方法がわかりません。私は何を間違っていますか?助けてください。