mirror of
https://github.com/mudler/luet.git
synced 2025-09-04 08:45:40 +00:00
Compare commits
1 Commits
0.32.1
...
cli_fixups
Author | SHA1 | Date | |
---|---|---|---|
|
d6ae727d79 |
@@ -55,11 +55,7 @@ func TemplateFolders(ctx *context.Context, i installer.BuildTreeResult, treePath
|
|||||||
}
|
}
|
||||||
|
|
||||||
func HandleLock() {
|
func HandleLock() {
|
||||||
if os.Getenv("LUET_NOLOCK") == "true" {
|
if os.Getenv("LUET_NOLOCK") == "true" || len(os.Args) < 2 {
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
if len(os.Args) == 0 {
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user