Skip to content

Commit a4c351b

Browse files
refactor: Add WithDirectory function
1 parent 38c6270 commit a4c351b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quarto/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (m *Quarto) Render(
6363
) *dagger.Container {
6464

6565
return m.Container().
66-
WithMountedDirectory("/tmp", source).
66+
WithDirectory("/tmp", source).
6767
WithWorkdir("/tmp").
6868
WithExec([]string{"quarto", "render"})
6969
}

0 commit comments

Comments
 (0)