Skip to content

Commit fb84fa5

Browse files
committed
fix dev function
1 parent 2bf82ae commit fb84fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/.fluentci/src/dagger/jobs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export async function dev(
267267
"classic.yarnpkg.com",
268268
"rtx",
269269
])
270-
.withExec(["sh", "-c", `echo 'eval "$(rtx activate bash)" >> ~/.bashrc`])
270+
.withExec(["sh", "-c", `echo 'eval "$(rtx activate bash)"' >> ~/.bashrc`])
271271
.withMountedCache(
272272
"/app/node_modules",
273273
client.cacheVolume(`node_modules_${pm}`)

src/dagger/jobs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export async function dev(
267267
"classic.yarnpkg.com",
268268
"rtx",
269269
])
270-
.withExec(["sh", "-c", `echo 'eval "$(rtx activate bash)" >> ~/.bashrc`])
270+
.withExec(["sh", "-c", `echo 'eval "$(rtx activate bash)"' >> ~/.bashrc`])
271271
.withMountedCache(
272272
"/app/node_modules",
273273
client.cacheVolume(`node_modules_${pm}`)

0 commit comments

Comments
 (0)