Skip to content

Commit 9428447

Browse files
author
lamai93
committed
Make it compile.
1 parent 5987fa0 commit 9428447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/deployment/context_impl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (d *Deployment) UpdateStatus(status api.DeploymentStatus, lastVersion int32
112112
}
113113
d.status.version++
114114
d.status.last = *status.DeepCopy()
115-
if err := d.updateCRStatus(force); err != nil {
115+
if err := d.updateCRStatus(force...); err != nil {
116116
return maskAny(err)
117117
}
118118
return nil

0 commit comments

Comments
 (0)