Commit 8eec516
committed
fix: do not quote nuke arg
Quoting the nuke arg when nuke was missing resulted in an empty
trailing argument passed to roundup-demo that was interpreted as
a position argument to set the database type.
$nuke is exactly the word nuke so no need to quote it as though it
could contain multiple space separated tokens.1 parent 8772415 commit 8eec516
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments