Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Nov 1, 2023
1 parent 364b52e commit 820e28e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion commands/deps_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ import (
var weakCompatible bool

func init() {
DepsCheckCommand.PersistentFlags().BoolVarP(&weakCompatible, "weak-compatible", "w", false, "if set to true, treat the weak-compatible licenses as compatible in dependencies check. Note: when set to true, make sure to manually confirm that weak-compatible licenses are used under the required conditions.")
DepsCheckCommand.PersistentFlags().BoolVarP(&weakCompatible, "weak-compatible", "w", false,
"if set to true, treat the weak-compatible licenses as compatible in dependencies check. "+
"Note: when set to true, make sure to manually confirm that weak-compatible licenses "+
"are used under the required conditions.")
}

var DepsCheckCommand = &cobra.Command{
Expand Down

0 comments on commit 820e28e

Please sign in to comment.