Commit ed88462
committed
fix(ci): drop invalid -y flag from snapshot delete (CLI has no -y; delete is non-interactive)
The old 'snapshot delete cheatcode-sandbox -y' failed on the unknown -y flag (swallowed by
2>/dev/null || true), so the follow-up create hit 'already exists'. delete without -y is
non-interactive.1 parent 56a788b commit ed88462
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments