We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9d206 commit 1c4bdb6Copy full SHA for 1c4bdb6
taskfile/rust.yml
@@ -6,7 +6,7 @@ vars:
6
DEFAULT_RUST_WORKSPACE_DIR: '{{.ROOT_DIR}}/code/rust'
7
RUST_WORKSPACE_DIR: '{{.RUST_WORKSPACE_DIR | default .DEFAULT_RUST_WORKSPACE_DIR}}'
8
INCLUDED_REMOTE_URL: https://raw.githubusercontent.com/pbstck/taskfiles/v1/taskfile
9
- TEST_OUTPUT_DIR: '{{.TEST_OUTPUT_DIR } | default "." }}'
+ TEST_OUTPUT_DIR: '{{.TEST_OUTPUT_DIR | default "." }}'
10
11
includes:
12
# we can switch to local files when this is releases: https://github.com/go-task/task/pull/1347
0 commit comments