From 282a5e0b01d58ea4540a47d858d78bc2aaab3dc2 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 20 Dec 2012 02:43:16 -0500 Subject: [PATCH] Correct `href` value in post-install.js. Former-commit-id: 63b220d6dfecad7c1ebb5079efef603145e97392 --- build/post-install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/post-install.js b/build/post-install.js index b6c0f61a6..a0510ca37 100644 --- a/build/post-install.js +++ b/build/post-install.js @@ -33,7 +33,7 @@ return { 'host': host, - 'href': host + origin + pathname, + 'href': origin + pathname, 'origin': origin, 'pathname': pathname };