File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/controlman/_data/schema Expand file tree Collapse file tree 3 files changed +3
-3
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.dev436 "
20+ version = " 0.0.0.dev437 "
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 }}$' >> ~/.bashrc
338+ echo 'source ${{ ..workspaceFolder }}$/${{ ...path }}$/${{ devcontainer.containers.rel_path.tasks }}$' | tee -a ~/.bashrc ~/.bash_profile
339339 additionalProperties :
340340 type :
341341 - string
Original file line number Diff line number Diff line change @@ -2578,7 +2578,7 @@ properties:
25782578 examples :
25792579 - MDEwOlJlcG9zaXRvcnkxMjk2MjY5
25802580 owner :
2581- summary : itHub username of the repository owner.
2581+ summary : GitHub username of the repository owner.
25822582 type : string
25832583 name :
25842584 summary : Repository name.
You can’t perform that action at this time.
0 commit comments