Skip to content

Commit

Permalink
merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnym committed Nov 1, 2011
2 parents c5b13f6 + c838459 commit fd29c08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/gourdian.js
Expand Up @@ -50,7 +50,6 @@ function init_new_app(overwrite_existing_files) {
console.log("---\nCopying files\n---");

var framework_root = require("path").join(require.resolve("gourdian"), "..", "..");
console.log(framework_root);
ext_file.r_cp(path.join(framework_root, "boilerplate", "init"), target, overwrite_existing_files, function() {
console.log("---\nCopied files successfully");
mark_scripts_executable();
Expand Down

0 comments on commit fd29c08

Please sign in to comment.