Skip to content

Commit

Permalink
oops forgot these 2 places in renaming (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero authored Mar 20, 2024
1 parent b815a25 commit 4653d77
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion server/neptune/adhoc/server.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package admin
package adhoc

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion server/neptune/workflows/internal/terraform/job/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func (r *JobRunner) apply(executionCtx *ExecutionContext, planFile string, step

func (r *JobRunner) plan(ctx *ExecutionContext, mode *terraform.PlanMode, workflowMode terraform.WorkflowMode, extraArgs []string) (activities.TerraformPlanResponse, error) {
if workflowMode == terraform.Adhoc {
// Admin mode doesn't need to run a plan.
// Adhoc mode doesn't need to run a plan.
return activities.TerraformPlanResponse{}, nil
}
var resp activities.TerraformPlanResponse
Expand Down

0 comments on commit 4653d77

Please sign in to comment.