Skip to content

Commit

Permalink
Update env.go
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jun 19, 2024
1 parent 4d36d90 commit 3e1234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (e Env) MetaCallConfigure(arg string) Env {
}

func (e Env) MetaCallBuild(arg string) Env {
e.state = e.state.Run(llb.Shlexf("bash /usr/local/metacall/tools/metacall-build.sh relwithdebinfo tests scripts ports install pack %v",arg)).
e.state = e.state.Run(llb.Shlexf("bash /usr/local/metacall/tools/metacall-build.sh relwithdebinfo tests scripts ports install %v",arg)).
Root()

return e
Expand Down

0 comments on commit 3e1234b

Please sign in to comment.