Skip to content

Commit

Permalink
Update init.go
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Dec 21, 2022
1 parent 3b631f7 commit b458678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func parseModInfo() (Mod, CurDir) {
}

func init() {
addCmd.Flags().BoolVarP(&skipLicense, "skipLicense", "s", false, "skip license creation")
initCmd.Flags().BoolVarP(&skipLicense, "skipLicense", "s", false, "skip license creation")
}

type Mod struct {
Expand Down

0 comments on commit b458678

Please sign in to comment.