Skip to content

Commit aeec97a

Browse files
chore: correct default memory mbytes flag name for user-facing error (#987)
Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
1 parent 38981e1 commit aeec97a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/actor/calculate-memory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class ActorCalculateMemoryCommand extends ApifyCommand<typeof ActorCalcul
7070

7171
if (!memoryExpression) {
7272
throw new Error(
73-
`No memory-calculation expression found. Provide it via the --defaultMemoryMbytes flag or define defaultMemoryMbytes in actor.json.`,
73+
`No memory-calculation expression found. Provide it via the --default-memory-mbytes flag or define defaultMemoryMbytes in actor.json.`,
7474
);
7575
}
7676

0 commit comments

Comments
 (0)