Commit 5dc498b
committed
Replace discouraged shell syntax in taskfile dynamic variable
The backticks command substitution syntax is discouraged in favor of the modern `$()` syntax for the reasons described
here:
http://mywiki.wooledge.org/BashFAQ/082
The modern syntax is already in use for other dynamic variables in the taskfile, so this change also provides consistency.1 parent 94e425d commit 5dc498b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments