Skip to content

Commit

Permalink
Update rootless.go
Browse files Browse the repository at this point in the history
Additional Nit:  Now the alignment needs to match.

Signed-off-by: Ludo Stellingwerff <[email protected]>
Signed-off-by: Ludo Stellingwerff <[email protected]>
  • Loading branch information
ludost committed Jun 21, 2024
1 parent 1e8ca49 commit f04f6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rootless/rootless.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
enableIPv6Env = "K3S_ROOTLESS_ENABLE_IPV6"
portDriverEnv = "K3S_ROOTLESS_PORT_DRIVER"
disableLoopbackEnv = "K3S_ROOTLESS_DISABLE_HOST_LOOPBACK"
copyUpDirsEnv = "K3S_ROOTLESS_COPYUPDIRS"
copyUpDirsEnv = "K3S_ROOTLESS_COPYUPDIRS"
)

func Rootless(stateDir string, enableIPv6 bool) error {
Expand Down

0 comments on commit f04f6e4

Please sign in to comment.