Skip to content

Commit 3aa59d3

Browse files
committed
Undo my test change
Signed-off-by: Keith Chong <kykchong@redhat.com>
1 parent 74eb3f2 commit 3aa59d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gitops/components/rollout/services/Rollout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const restartRollout = async (rollout: RolloutKind): Promise<RolloutKind>
3939
resource: rollout,
4040
data: [
4141
{
42-
op: 'replace2',
42+
op: 'replace',
4343
path: '/spec/restartAt',
4444
value: now,
4545
},

0 commit comments

Comments
 (0)