File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
example/.fluentci/src/dagger Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 } ` )
Original file line number Diff line number Diff 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 } ` )
You can’t perform that action at this time.
0 commit comments