From 7fe1680aa3105755e001623b632d9eb48af7a534 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 23 Mar 2015 10:20:05 -0700 Subject: [PATCH] update grunt publish path --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 72cf246e..23dc6bf3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -82,7 +82,7 @@ module.exports = function(grunt) { }, pages: { options: { - remote: 'git@github.com:github/primer.git', + remote: 'git@github.com:primer/primer.git', branch: 'gh-pages' } }