Skip to content

Commit

Permalink
Revert "fix: maven-setting-name"
Browse files Browse the repository at this point in the history
This reverts commit 3852a10.
  • Loading branch information
iseki-working committed Jan 25, 2024
1 parent 3852a10 commit d412414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/murphy/internal/scan/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func Cmd() *cobra.Command {
c.Flags().BoolVar(&noBuild, "no-build", false, "skip project building")
c.Flags().StringVar(&projectNameCli, "project-name", "", "specify project name")
c.Flags().BoolVar(&onlyTaskId, "only-task-id", false, "print task id after task created, the scan result will not be printed")
c.Flags().StringVar(&privateSourceId, "maven-setting-name", "", "")
c.Flags().StringVar(&privateSourceId, "maven-setting-id", "", "")
return &c
}

Expand Down

0 comments on commit d412414

Please sign in to comment.