8000 Fixed error in cp command in grunt · thedersen/backbone.validation@f490787 · GitHub
[go: up one dir, main page]

Skip to content

Commit f490787

Browse files
committed
Fixed error in cp command in grunt
1 parent 758ceba commit f490787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ module.exports = function(grunt) {
104104
stdout: true
105105
},
106106
copyExamples: {
107-
command: 'cp examples/* thedersen.github.com/projects/backbone-validation/example',
107+
command: 'cp -rf examples/ thedersen.github.com/projects/backbone-validation/examples/',
108108
stdout: true
109109
},
110110
push: {

0 commit comments

Comments
 (0)
0