What am I doing wrong...?
$ dagger --progress plain -m github.com/dagger/dagger/dev/wolfi call container
1 : connect
2 : starting engine
2 : starting engine DONE [1.3s]
3 : connecting to engine
12:02:42 INF Connected to engine name=ebcc21705c6c version=v0.11.6
3 : connecting to engine DONE [0.2s]
4 : starting session
4 : starting session DONE [0.2s]
1 : connect DONE [1.7s]
5 : initialize
6 : moduleSource(refString: "github.com/dagger/dagger/dev/wolfi"): ModuleSource!
6 : moduleSource: ModuleSource! ERROR [5.0s]
6 : ! determine default branch: failed to run git: exit status 128
5 : initialize ERROR [5.0s]
5 : ! failed to get configured module: failed to get module ref kind: input: moduleSource resolve: determine default branch: failed to run git: exit status 128
Error: failed to get configured module: failed to get module ref kind: input: moduleSource resolve: determine default branch: failed to run git: exit status 128
I trimmed down function args to the bare minimum and I'm still getting the same error.