Skip to content

Commit 3aa1e00

Browse files
alessio-peruginicmaglie
authored andcommitted
fix regression exceeding 100% status bar
1 parent 161e747 commit 3aa1e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy/builder/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func (s *Builder) Run(ctx *types.Context) error {
8989
&RecipeByPrefixSuffixRunner{Prefix: "recipe.hooks.postbuild", Suffix: ".pattern", SkipIfOnlyUpdatingCompilationDatabase: true},
9090
}
9191

92-
ctx.Progress.AddSubSteps(len(commands) + 4)
92+
ctx.Progress.AddSubSteps(len(commands) + 5)
9393
defer ctx.Progress.RemoveSubSteps()
9494

9595
for _, command := range commands {

0 commit comments

Comments
 (0)