Skip to content

Commit

Permalink
Fix declaration of pointer
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby committed Oct 7, 2022
1 parent a0ec369 commit aca3a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_general_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (s *IntegrationTestSuite) tailscaleContainer(
)
}

pts, err = s.pool.BuildAndRunWithBuildOptions(
pts, err := s.pool.BuildAndRunWithBuildOptions(
tailscaleBuildOptions,
tailscaleOptions,
DockerRestartPolicy,
Expand Down

0 comments on commit aca3a66

Please sign in to comment.