Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #84 from atc0005/i83-fix-invalid-func-call
Browse files Browse the repository at this point in the history
Fix invalid function call in validation func
  • Loading branch information
atc0005 authored Jul 9, 2020
2 parents dc3d1f7 + 4ee9383 commit 30fdb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func validate(c Config) error {
"Valid, non-privileged user port between %d and %d configured: %d",
TCPUserPortStart,
TCPUserPortEnd,
c.LocalTCPPort,
c.LocalTCPPort(),
)

// WARNING: User opted to use a dynamic or private TCP port
Expand Down

0 comments on commit 30fdb08

Please sign in to comment.