Correct href value in post-install.js.

Former-commit-id: 63b220d6dfecad7c1ebb5079efef603145e97392
This commit is contained in:
John-David Dalton
2012-12-20 02:43:16 -05:00
parent e9d23cc1ea
commit 282a5e0b01

View File

@@ -33,7 +33,7 @@
return {
'host': host,
'href': host + origin + pathname,
'href': origin + pathname,
'origin': origin,
'pathname': pathname
};