Commit 369391b
committed
_sign-pkg-cosign.sh: use long-form option [ci skip]
`--yes=true` also works.
I found the cosign help screen misleading, `--yes=false` is the default,
meaning to do ask the Y/N question:
````
-y, --yes=false:
skip confirmation prompts for non-destructive operations
```1 parent c0b4840 commit 369391b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments