Skip to content

Commit

Permalink
Update k0sctl.go (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrxo authored Nov 17, 2024
1 parent a9625b9 commit 701498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/k0sctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (k *K0sctl) Reset() error {

resetAction := action.Reset{
Manager: &manager,
Force: false,
Force: true,
Stdout: nil,
}

Expand Down

0 comments on commit 701498d

Please sign in to comment.