Comparing version 0.5.43 to 0.5.44
@@ -34,3 +34,4 @@ var Fs = require("fs"); | ||
} else { | ||
copy_command = "cp -r " + source_path + "/* " + destination_path; | ||
console.log(source_path); | ||
copy_command = "cp -r " + source_path + "/ " + destination_path + "/"; | ||
} | ||
@@ -37,0 +38,0 @@ |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "0.5.43", | ||
"version": "0.5.44", | ||
"homepage": "https://github.com/laktek/punch", | ||
@@ -18,0 +18,0 @@ "author": "Lakshan Perera <lakshan@web2media.net> (http://laktek.com)", |
@@ -15,3 +15,3 @@ var ProjectCreator = require("../lib/project_creator"); | ||
return "cp -r " + templatePath + "/* " + path; | ||
return "cp -r " + templatePath + "/ " + path + "/"; | ||
} | ||
@@ -18,0 +18,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1470064
153
8489