Skip to content

Commit 3a849d9

Browse files
committed
fix golang lint issue
1 parent 050ace3 commit 3a849d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/gen-lint/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func main() {
5959
module := match[1]
6060
d := path.Dir(line)
6161
_, err = script.File(tmpl).
62-
Replace("github.com/ifooth/devcontainer", fmt.Sprintf("%s", module)).
62+
Replace("github.com/ifooth/devcontainer", module).
6363
Replace("version:", "# Code generated by gen-lint. DO NOT EDIT.\n\nversion:").
6464
WriteFile(path.Join(d, "./.golangci.yml"))
6565
if err != nil {

0 commit comments

Comments
 (0)