mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fixed missing varible, error:
This commit is contained in:
parent
0a35db8fd0
commit
27ad71e025
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ func Login(authConfig AuthConfig) (string, error) {
|
|||
storeConfig := false
|
||||
reqStatusCode := 0
|
||||
var status string
|
||||
var errMsg string
|
||||
var reqBody []byte
|
||||
jsonBody, err := json.Marshal(authConfig)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue