Skip to content

Commit

Permalink
Use cp/overwrite instead of rsync.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Nov 5, 2010
1 parent da52cb1 commit c21c8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geddy-core/scripts/Jakefile.js
Expand Up @@ -265,7 +265,7 @@ task('controller', [], function (nameParam) {
, 'cp ~/.node_libraries/geddy-core/scripts/gen/views/index.html.ejs ' +
'./app/views/' + names.filename.plural + '/'
, 'mkdir -p ./app/views/layouts'
, 'rsync -u ~/.node_libraries/geddy-core/scripts/gen/views/layout.html.ejs ' +
, 'cp ~/.node_libraries/geddy-core/scripts/gen/views/layout.html.ejs ' +
'./app/views/layouts/application.html.ejs'
]
runCmds(cmds, function () {
Expand Down

0 comments on commit c21c8e1

Please sign in to comment.