Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 15, 2012
1 parent b4a4d9b commit 11752a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function RegClient (options) {
// session, and use that. // session, and use that.
this.token = options.token this.token = options.token
this.couchLogin = new CouchLogin(this.registry, this.token) this.couchLogin = new CouchLogin(this.registry, this.token)
this.couchLogin.proxy = this.proxy
} }


this.email = options.email || null this.email = options.email || null
Expand Down

0 comments on commit 11752a2

Please sign in to comment.