Skip to content

Commit 1c4bdb6

Browse files
authored
fix(rust): template was incorrect (#27)
1 parent 6b9d206 commit 1c4bdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskfile/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vars:
66
DEFAULT_RUST_WORKSPACE_DIR: '{{.ROOT_DIR}}/code/rust'
77
RUST_WORKSPACE_DIR: '{{.RUST_WORKSPACE_DIR | default .DEFAULT_RUST_WORKSPACE_DIR}}'
88
INCLUDED_REMOTE_URL: https://raw.githubusercontent.com/pbstck/taskfiles/v1/taskfile
9-
TEST_OUTPUT_DIR: '{{.TEST_OUTPUT_DIR } | default "." }}'
9+
TEST_OUTPUT_DIR: '{{.TEST_OUTPUT_DIR | default "." }}'
1010

1111
includes:
1212
# we can switch to local files when this is releases: https://github.com/go-task/task/pull/1347

0 commit comments

Comments
 (0)