Skip to content

Commit

Permalink
fix(hyfi): change task name in path configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 15, 2023
1 parent bf00d0f commit 42c62bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyfi/conf/path/__task__.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defaults:
- dirnames: __init__

task_name: ${oc.select:..task_name,demo-task}
task_name: ${oc.select:..task_name,__test__}
task_root: ${oc.select:..task_root, workspace/tasks}

0 comments on commit 42c62bc

Please sign in to comment.