Skip to content

Commit ca0770b

Browse files
authored
Fix reset --force for v0.19 (#879)
Signed-off-by: Kimmo Lehto <[email protected]>
1 parent b361d94 commit ca0770b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action/reset.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ func (r Reset) Run() error {
3636
}
3737
}
3838

39+
phase.Force = r.Force
40+
3941
start := time.Now()
4042

4143
for _, h := range r.Manager.Config.Spec.Hosts {

0 commit comments

Comments
 (0)