Skip to content

Commit

Permalink
Update tsic.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed Sep 5, 2023
1 parent 12a04f9 commit 7edc953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/tsic/tsic.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (t *TailscaleInContainer) Login(
"--login-server=" + loginServer,
"--authkey=" + authKey,
"--hostname=" + t.hostname,
"--accept-routes",
"--accept-routes=false",
}

if t.withSSH {
Expand Down Expand Up @@ -383,7 +383,7 @@ func (t *TailscaleInContainer) LoginWithURL(
"up",
"--login-server=" + loginServer,
"--hostname=" + t.hostname,
"--accept-routes",
"--accept-routes=false",
}

_, stderr, err := t.Execute(command)
Expand Down

0 comments on commit 7edc953

Please sign in to comment.