Commit 7b77e6e
committed
cmd-build-with-buildah: fix use of uninitialized var
I had thought since this was under an if conditional that validates the
value was non-zero then it would be OK to not provide a default value
for it here too, but in this case the var gets evaluated when written
to the file (via the heredoc/EOF) so it does matter.
Fixes 8a4f4041 parent 8a4f404 commit 7b77e6e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments