Skip to content

Commit 4572010

Browse files
committed
Published using @Stream44 Studio
Signed-off-by: Christoph <christoph@christoph.diy>
1 parent 193b038 commit 4572010

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

caps/WorkspaceShell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function capsule({
4141
process.stdout.write('\n')
4242

4343
// Load the shell script template
44-
const shellScriptModule = import.meta.resolve('t44/caps/WorkspaceShell.sh')
44+
const shellScriptModule = import.meta.resolve('./WorkspaceShell.sh')
4545
const shellScriptPath = shellScriptModule.replace('file://', '')
4646
let shellScript = await readFile(shellScriptPath, 'utf-8')
4747

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.8",
3+
"version": "0.4.0-rc.9",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)