diff --git a/cli/pkg/digger/digger.go b/cli/pkg/digger/digger.go index 6a858d672..9bd50d823 100644 --- a/cli/pkg/digger/digger.go +++ b/cli/pkg/digger/digger.go @@ -482,7 +482,7 @@ func run(command string, job orchestrator.Job, policyChecker policy.Checker, org msg := fmt.Sprintf("Command '%s' is not supported", command) return nil, msg, fmt.Errorf(msg) } - return nil, "", nil + return &execution.DiggerExecutorResult{}, "", nil } func retrievePlanBeforeApply(planStorage storage.PlanStorage, planPathProvider execution.PlanPathProvider, diggerExecutor execution.LockingExecutorWrapper) (string, error) {