You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments