Skip to content

Commit c73e67f

Browse files
committed
Update devcontainer.yaml
1 parent 7efd40d commit c73e67f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/src/controlman/_data/schema/def/devcontainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ properties:
335335
summary: Source the tasks file in the user's bashrc.
336336
type: string
337337
default: >-
338-
echo 'source ${{ ..workspaceFolder }}$/${{ ...path }}$/${{ devcontainer.containers.rel_path.tasks }}$' | tee -a ~/.bashrc ~/.bash_profile
338+
echo 'source ${{ ..workspaceFolder }}$/${{ ...path.tasks_local }}$' | tee -a ~/.bashrc ~/.bash_profile
339339
additionalProperties:
340340
type:
341341
- string

0 commit comments

Comments
 (0)