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 <ludo@almende.org>
  • Loading branch information
ludost authored Jun 21, 2024
1 parent 8cedc63 commit e64dccf
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 e64dccf

Please sign in to comment.