Skip to content

Commit 1935adf

Browse files
committed
chore: reduce diff
1 parent c1203b1 commit 1935adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ tasks:
212212
LABELS: '{{.LABELS | default ""}}'
213213
BENCHMARK_OUTPUT_FILE: '{{.BENCHMARK_OUTPUT_FILE | default ""}}'
214214
TIMESTAMP: '{{.TIMESTAMP | default (now | date "20060102-150405")}}'
215-
EXECUTION_DATA_DIR: '{{.EXECUTION_DATA_DIR | default (printf "/tmp/%s-%s" .TASK .TIMESTAMP)}}'
215+
EXECUTION_DATA_DIR: '{{.EXECUTION_DATA_DIR | default (printf "/tmp/%s-%s" .TASK_NAME .TIMESTAMP)}}'
216216
cmd: |
217217
CURRENT_STATE_DIR={{.CURRENT_STATE_DIR}} \
218218
BLOCK_DIR={{.BLOCK_DIR}} \

0 commit comments

Comments
 (0)