From 55cb1afc436b4c3d2d21c837a24ecd685e1b72a3 Mon Sep 17 00:00:00 2001 From: jaywood Date: Thu, 10 Jul 2014 01:23:49 -0400 Subject: [PATCH] Fix svn directory to /trunk --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 6b3c915..273ef13 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -68,7 +68,7 @@ module.exports = function ( grunt ){ dist: { options: { src: "./", - dest: "~/svn/content-warning-v2/" + dest: "~/svn/content-warning-v2/trunk" } } },