Commit c3535dc
committed
Reformat s2i command string for clarity
Use python3 f-strings so we can use the variable name directly at
the substitution site and not have to keep count of the number of
'%s' we've put in.
Signed-off-by: Jonathan Dowland <jdowland@redhat.com>1 parent 66f06d0 commit c3535dc
1 file changed
Lines changed: 13 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
| |||
0 commit comments