File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/controlman/_data/schema/def Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespaces = true
1717# ----------------------------------------- Project Metadata -------------------------------------
1818#
1919[project ]
20- version = " 0.0.0.dev437 "
20+ version = " 0.0.0.dev438 "
2121name = " ControlMan"
2222dependencies = [
2323 " packaging >= 23.2, < 24" ,
Original file line number Diff line number Diff 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 }}$/${{ devcontainer.containers.rel_path.tasks }}$' | tee -a /etc/profile /etc/bash.bashrc
339339 additionalProperties :
340340 type :
341341 - string
You can’t perform that action at this time.
0 commit comments