1
0
mirror of https://github.com/strongdm/comply synced 2025-12-06 14:24:12 +00:00
This commit is contained in:
Justin McCarthy
2018-06-07 22:23:51 -07:00
parent 06b8a2fe44
commit 44931ca808
2 changed files with 38 additions and 1 deletions

View File

@@ -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 {