Skip to content

Commit

Permalink
feat: use root path instead of /
Browse files Browse the repository at this point in the history
Signed-off-by: Vasek - Tom C <[email protected]>
  • Loading branch information
TomChv committed Dec 20, 2024
1 parent 19261b4 commit ef640fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magicsdk/magic_sdk/module/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (m *Module) TypeDef() *dagger.Module {
dag.Function(name, dag.TypeDef().WithObject(name)).
WithDescription(integration.Description()).
WithArg("dir", dag.TypeDef().WithObject("Directory").WithOptional(true), dagger.FunctionWithArgOpts{
DefaultPath: "/",
DefaultPath: ".",
}),
)

Expand Down

0 comments on commit ef640fe

Please sign in to comment.