Skip to content

Commit

Permalink
update flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk committed Oct 9, 2024
1 parent 3220aab commit 7cc6b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/systemtests/snapshots_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestPrune(t *testing.T) {
// prune
var command []string
if isV2() {
command = []string{"store", "prune", "--keep-recent=1"}
command = []string{"store", "prune", "--store.keep-recent=1"}
} else {
command = []string{"prune", "everything"}
}
Expand Down

0 comments on commit 7cc6b64

Please sign in to comment.