mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-02 18:18:33 +00:00
Fix instrumented approve policies calling apply (#2977)
This commit is contained in:
committed by
GitHub
parent
c94e63c37b
commit
33bc28fa85
@@ -46,7 +46,7 @@ func (p *InstrumentedProjectCommandRunner) Apply(ctx command.ProjectContext) com
|
||||
}
|
||||
|
||||
func (p *InstrumentedProjectCommandRunner) ApprovePolicies(ctx command.ProjectContext) command.ProjectResult {
|
||||
return RunAndEmitStats("approve policies", ctx, p.projectCommandRunner.Apply, p.scope)
|
||||
return RunAndEmitStats("approve policies", ctx, p.projectCommandRunner.ApprovePolicies, p.scope)
|
||||
}
|
||||
|
||||
func (p *InstrumentedProjectCommandRunner) Import(ctx command.ProjectContext) command.ProjectResult {
|
||||
|
||||
Reference in New Issue
Block a user