Skip to content

Commit bbdb13c

Browse files
[no-relnote] Fix flag name on E2E
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 073fb13 commit bbdb13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func init() {
4545
flag.StringVar(&sshKey, "ssh-key", "", "SSH key to use for remote login")
4646
flag.StringVar(&sshUser, "ssh-user", "", "SSH user to use for remote login")
4747
flag.StringVar(&host, "remote-host", "", "Hostname of the remote machine")
48-
flag.StringVar(&sshPort, "ssh-port", "22", "SSH port to use for remote login")
48+
flag.StringVar(&sshPort, "remote-port", "22", "SSH port to use for remote login")
4949
}
5050

5151
func TestMain(t *testing.T) {

0 commit comments

Comments
 (0)