diff --git a/example/.fluentci/src/dagger/jobs.ts b/example/.fluentci/src/dagger/jobs.ts index f104eb6..66c064e 100644 --- a/example/.fluentci/src/dagger/jobs.ts +++ b/example/.fluentci/src/dagger/jobs.ts @@ -267,7 +267,7 @@ export async function dev( "classic.yarnpkg.com", "rtx", ]) - .withExec(["sh", "-c", `echo 'eval "$(rtx activate bash)" >> ~/.bashrc`]) + .withExec(["sh", "-c", `echo 'eval "$(rtx activate bash)"' >> ~/.bashrc`]) .withMountedCache( "/app/node_modules", client.cacheVolume(`node_modules_${pm}`) diff --git a/src/dagger/jobs.ts b/src/dagger/jobs.ts index f104eb6..66c064e 100644 --- a/src/dagger/jobs.ts +++ b/src/dagger/jobs.ts @@ -267,7 +267,7 @@ export async function dev( "classic.yarnpkg.com", "rtx", ]) - .withExec(["sh", "-c", `echo 'eval "$(rtx activate bash)" >> ~/.bashrc`]) + .withExec(["sh", "-c", `echo 'eval "$(rtx activate bash)"' >> ~/.bashrc`]) .withMountedCache( "/app/node_modules", client.cacheVolume(`node_modules_${pm}`)