We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51f437 commit 3ea135bCopy full SHA for 3ea135b
normalize-git-url.js
@@ -17,7 +17,7 @@ module.exports = function normalize (u) {
17
18
// figure out what we should check out.
19
var checkout = parsed.hash && parsed.hash.substr(1) || "master"
20
- parsed.hash = ""
+ parsed.hash = null
21
22
u = url.format(parsed)
23
return {
0 commit comments