Skip to content

Commit b065329

Browse files
committed
Merge pull request #40 from despairblue/fix/missing-protocoll
fix missing protocoll
2 parents 26afc3e + e3e82e2 commit b065329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mirror.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function serveNPM (callback) {
7979
self.port = addr.port
8080

8181
console.log('mirror is running')
82-
console.log('use npm with --registry=' + addr.address + ':' + addr.port)
82+
console.log('use npm with --registry=http://' + addr.address + ':' + addr.port)
8383
callback()
8484
})
8585

0 commit comments

Comments
 (0)