Skip to content

Commit 64e37f3

Browse files
committed
fix: Use correct command name
Signed-off-by: Luke Massa <[email protected]>
1 parent 34de1e5 commit 64e37f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/events/project_command_runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ func (p *DefaultProjectCommandRunner) Apply(ctx command.ProjectContext) command.
292292
func (p *DefaultProjectCommandRunner) ApprovePolicies(ctx command.ProjectContext) command.ProjectResult {
293293
approvedOut, failure, err := p.doApprovePolicies(ctx)
294294
return command.ProjectResult{
295-
Command: command.PolicyCheck,
295+
Command: command.ApprovePolicies,
296296
Failure: failure,
297297
Error: err,
298298
PolicyCheckResults: approvedOut,

0 commit comments

Comments
 (0)