Skip to content

Commit 5140c2c

Browse files
authored
Merge branch 'main' into fix-install-prevention-on-linux
2 parents 96918f7 + 293092c commit 5140c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ func commitID() string {
651651

652652
// Update is an alias for executing control protocol, configs, and specs.
653653
func Update() {
654-
mg.SerialDeps(Config, BuildPGP, BuildFleetCfg, Otel.Readme)
654+
mg.Deps(Config, BuildPGP, BuildFleetCfg, Otel.Readme)
655655
}
656656

657657
func EnsureCrossBuildOutputDir() error {

0 commit comments

Comments
 (0)