Skip to content

Commit 654a443

Browse files
committed
Release version 0.0.0.dev437
1 parent 09ff68e commit 654a443

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
2121
name = "ControlMan"
2222
dependencies = [
2323
"packaging >= 23.2, < 24",

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 }}$' >> ~/.bashrc
338+
echo 'source ${{ ..workspaceFolder }}$/${{ ...path }}$/${{ devcontainer.containers.rel_path.tasks }}$' | tee -a ~/.bashrc ~/.bash_profile
339339
additionalProperties:
340340
type:
341341
- string

pkg/src/controlman/_data/schema/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)