Skip to content

Commit e7398f8

Browse files
committed
Fix clean rebuild on manifest change
1 parent 754a848 commit e7398f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/build_local.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func buildLocal2(ctx context.Context, bParams *build.BuildParams) (err error) {
152152
freportf(logWriter, "== Manifest has changed, forcing a clean rebuild...")
153153
bParams2 := *bParams
154154
bParams2.Clean = true
155-
return buildLocal2(ctx, bParams)
155+
return buildLocal2(ctx, &bParams2)
156156
}
157157

158158
switch manifest.Type {

0 commit comments

Comments
 (0)