Fix dep config init (#77)

This commit is contained in:
Jesse Peterson
2017-03-19 18:36:25 -07:00
committed by Victor Vrantchan
parent 2af1bd3d63
commit 1cdc5a3450

View File

@@ -505,6 +505,7 @@ func (c *config) depClient() (dep.Client, error) {
if err != nil {
return err
}
conf = new(dep.Config)
conf.ConsumerSecret = token.ConsumerSecret
conf.ConsumerKey = token.ConsumerKey
conf.AccessSecret = token.AccessSecret