Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy committed Feb 7, 2025
1 parent 6ea95ff commit a244de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/types/envd.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var BaseEnvironment = []struct {
{"PATH", DefaultSystemPath},
{"LANG", "en_US.UTF-8"},
{"LC_ALL", "en_US.UTF-8"},
{"UV_LINK_MODE", "copy"}, // uv link-mode for installing Python packages
{"UV_LINK_MODE", "copy"}, // uv link-mode for installing Python packages
}
var BaseAptPackage = []string{
"bash-static",
Expand All @@ -83,7 +83,7 @@ var BaseAptPackage = []string{
"make",
"zsh",
"locales",
"gpg", // used by r-lang
"gpg", // used by r-lang
}

type EnvdImage struct {
Expand Down

0 comments on commit a244de4

Please sign in to comment.