mirror of
https://github.com/strongdm/comply
synced 2025-12-06 14:24:12 +00:00
fixes #45
This commit is contained in:
@@ -14,7 +14,7 @@ var procedureCommand = cli.Command{
|
||||
Usage: "create ticket by procedure ID",
|
||||
ArgsUsage: "procedureID",
|
||||
Action: procedureAction,
|
||||
Before: projectMustExist,
|
||||
Before: beforeAll(projectMustExist, ticketingMustBeConfigured),
|
||||
}
|
||||
|
||||
func procedureAction(c *cli.Context) error {
|
||||
|
||||
Reference in New Issue
Block a user