Skip to content

Commit

Permalink
Remove stale argument in ApplyInstance
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Dmitrichenko <[email protected]>
  • Loading branch information
errordeveloper committed Jun 24, 2024
1 parent d1fdbac commit 49f420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (r *Reconciler) Init(ctx context.Context, builder *engine.ModuleBuilder, bu
return nil
}

func (r *Reconciler) ApplyInstance(ctx context.Context, log logr.Logger, builder *engine.ModuleBuilder, buildResult cue.Value, opts InteractiveOptions) error {
func (r *Reconciler) ApplyInstance(ctx context.Context, log logr.Logger, builder *engine.ModuleBuilder, buildResult cue.Value) error {
if !r.instanceExists {
if err := r.UpdateStoredInstance(ctx); err != nil {
return fmt.Errorf("instance init failed: %w", err)
Expand Down

0 comments on commit 49f420b

Please sign in to comment.