Skip to content

Commit 8dee5a0

Browse files
committed
chore: fix tpo nur -> number
1 parent 83e644b commit 8dee5a0

File tree

1 file changed

+1
-1
lines changed
  • lambdas/functions/control-plane/src/scale-runners

1 file changed

+1
-1
lines changed

lambdas/functions/control-plane/src/scale-runners/scale-up.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ export async function scaleUp(payloads: ActionRequestMessageSQS[]): Promise<stri
366366
continue;
367367
}
368368

369-
// Don't call the EC2 API if we can create an unlimited nur of runners.
369+
// Don't call the EC2 API if we can create an unlimited number of runners.
370370
const currentRunners =
371371
maximumRunners === -1 ? 0 : (await listEC2Runners({ environment, runnerType, runnerOwner: group })).length;
372372

0 commit comments

Comments
 (0)