diff --git a/Gruntfile.js b/Gruntfile.js index 53c1a8066..2fba1aafc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -192,7 +192,7 @@ module.exports = function (grunt) { }, "git": { "www": { - "repo" : "../brackets", // TODO user configurable? + "repo" : "../app", // TODO user configurable? "branch" : grunt.option("www-branch") || "" }, "shell": {