Skip to content

Commit

Permalink
Changed the struct member name (ProxyCreds -> Creds) for the program …
Browse files Browse the repository at this point in the history
…to work
  • Loading branch information
aki237 committed Jun 11, 2016
1 parent fe2ef3c commit 4d5bcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Creds []Cred
type Config struct{
Listenaddress string
Remoteproxyaddress string
ProxyCreds Creds
Creds Creds
Verbose bool
}

Expand Down

0 comments on commit 4d5bcb1

Please sign in to comment.