Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed May 16, 2022
1 parent 5ec682e commit c38aee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/fleet/server/services/agents/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export async function getCurrentBulkUpgrades(
return {
...upgradeAction,
nbAgentsAck: count,
complete: upgradeAction.nbAgents < count,
complete: upgradeAction.nbAgents <= count,
};
},
{ concurrency: 20 }
Expand Down

0 comments on commit c38aee0

Please sign in to comment.