1
0
Fork 0

Use upstream lkrg in the module template

timestamps
Denis Efremov 2022-02-16 23:35:06 +03:00 committed by Mikhail Klementev
parent 603a2c98bd
commit 05ae073fe6
1 changed files with 1 additions and 1 deletions

2
gen.go
View File

@ -23,7 +23,7 @@ func genConfig(at config.ArtifactType) (err error) {
ReleaseMask: ".*",
})
a.Preload = append(a.Preload, config.PreloadModule{
Repo: "Repo name (e.g. https://github.com/jollheef/lkrg)",
Repo: "Repo name (e.g. https://github.com/openwall/lkrg)",
})
buf, err := toml.Marshal(&a)