Skip to content

Commit

Permalink
Fix clean rebuild on manifest change
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed May 2, 2021
1 parent 754a848 commit e7398f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/build_local.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func buildLocal2(ctx context.Context, bParams *build.BuildParams) (err error) {
freportf(logWriter, "== Manifest has changed, forcing a clean rebuild...")
bParams2 := *bParams
bParams2.Clean = true
return buildLocal2(ctx, bParams)
return buildLocal2(ctx, &bParams2)
}

switch manifest.Type {
Expand Down

0 comments on commit e7398f8

Please sign in to comment.