Commit 4080ee7
committed
Only accept buildah 1.7.3+ unused build arg error
Buildah 1.7.3 changed how it warns about unused build args, changing a
"[Warning] One or more build-args %v were not consumed\n" format string
into "[Warning] one or more build args were not consumed: %v\n". Accept
only the new version of the message.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>1 parent 21f1917 commit 4080ee7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
0 commit comments