1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Fix declaration of pointer

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-10-03 16:15:39 +02:00
parent a0ec3690b6
commit aca3a667c4
No known key found for this signature in database

View File

@ -202,7 +202,7 @@ func (s *IntegrationTestSuite) tailscaleContainer(
)
}
pts, err = s.pool.BuildAndRunWithBuildOptions(
pts, err := s.pool.BuildAndRunWithBuildOptions(
tailscaleBuildOptions,
tailscaleOptions,
DockerRestartPolicy,