Skip to content

Commit

Permalink
Update makefile.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito authored Dec 22, 2024
1 parent 7f2bb8a commit 938edbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/makefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ func init() {
makefileCmd.Flags().
StringVar(&toolsGo, flagToolsGo, "tools.go", "The tools.go file to check for tools dependencies")
makefileCmd.Flags().
BoolVar(&renovate, "renovate", false, "If enables, renovate config is added to the Makefile (renovate.json file, if existing)")
BoolVar(&renovate, "renovate", false, "If enables, renovate config is added to the Makefile " +
"(renovate.json file, if existing)")
}

0 comments on commit 938edbe

Please sign in to comment.