Skip to content

Commit

Permalink
Fix missing bracket
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Mar 5, 2024
1 parent f38071d commit eb1d29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/k3s/k3s.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func WithManifest(manifestPath string) testcontainers.CustomizeRequestOption {
HostFilePath: manifestPath,
ContainerFilePath: target,
})
}
}

// RunContainer creates an instance of the K3s container type
Expand Down

0 comments on commit eb1d29f

Please sign in to comment.