Skip to content

Commit bdf6e86

Browse files
committed
add 'return false'
1 parent eda5687 commit bdf6e86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundle/direct/bundle_plan.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ func (b *DeploymentBundle) CalculatePlanForDeploy(ctx context.Context, client *d
160160
remoteStateComparable, err := adapter.RemapState(remoteState)
161161
if err != nil {
162162
logdiag.LogError(ctx, fmt.Errorf("%s: failed to interpret remote state id=%q: %w", errorPrefix, dbentry.ID, err))
163+
return false
163164
}
164165

165166
remoteDiff, err := structdiff.GetStructDiff(savedState, remoteStateComparable)

0 commit comments

Comments
 (0)