Commit 18512cd
committed
Handle missing ${name} in .tool-versions (fallback to "lastest")
With set -euo pipefail, this grep | ... | grep pipeline will terminate the
script when there is no matching docker/${name} entry in .tool-versions (a
normal case). The command substitution should tolerate no matches and fall back
to latest.1 parent 5eb4fd7 commit 18512cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments