Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from michaljaz/master
Browse files Browse the repository at this point in the history
fix issue "server_addr is ignored in ~/.pgrok config"
  • Loading branch information
jerson authored Sep 4, 2021
2 parents 4e42bca + 97ef058 commit 183b9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Contributors to pgrok, both large and small:
- Kyle Conroy
- Marcus Blankenship
- mattn
- Michał Jażdżyk
- Muromi Rikka
- Nick Presta
- Otto Jongerius
Expand Down
2 changes: 1 addition & 1 deletion client/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func ParseArgs() (opts *Options, err error) {

serveraddr := flag.String(
"serveraddr",
defaultServerAddr,
"",
"The addr for server")

inspectaddr := flag.String(
Expand Down

0 comments on commit 183b9c1

Please sign in to comment.