Skip to content

Commit e8b12a4

Browse files
committed
Release version 0.0.0.dev438
1 parent 654a443 commit e8b12a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.dev437"
20+
version = "0.0.0.dev438"
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 }}$' | 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

0 commit comments

Comments
 (0)