Skip to content

Commit 77d0c37

Browse files
committed
Published using @Stream44 Studio
Signed-off-by: Christoph <christoph@christoph.diy>
1 parent 0df096b commit 77d0c37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/activate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ export F_WORKSPACE_ACTIVATE_BIN_PATH="$_dir/activate"
3333
export F_WORKSPACE_IMPL_DIR="$(dirname $_dir)"
3434

3535
# Execute activate.ts from the same directory as this script
36-
"$_dir/activate.ts"
36+
eval "$($_dir/activate.ts)"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "t44",
3-
"version": "0.4.0-rc.10",
3+
"version": "0.4.0-rc.11",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)