Skip to content

Commit 3e912eb

Browse files
committed
test
1 parent 04fcd46 commit 3e912eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/remoteforward.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func remoteForwardUnixSocket(flag string) bool {
3737
}
3838

3939
func validateRemoteForward(flag string) bool {
40-
return remoteForwardTCP(flag) || remoteForwardUnixSocket(flag)
40+
return remoteForwardUnixSocket(flag) || remoteForwardTCP(flag)
4141
}
4242

4343
func parseRemoteForwardTCP(matches []string) (net.Addr, net.Addr, error) {

0 commit comments

Comments
 (0)