We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38981e1 commit aeec97aCopy full SHA for aeec97a
1 file changed
src/commands/actor/calculate-memory.ts
@@ -70,7 +70,7 @@ export class ActorCalculateMemoryCommand extends ApifyCommand<typeof ActorCalcul
70
71
if (!memoryExpression) {
72
throw new Error(
73
- `No memory-calculation expression found. Provide it via the --defaultMemoryMbytes flag or define defaultMemoryMbytes in actor.json.`,
+ `No memory-calculation expression found. Provide it via the --default-memory-mbytes flag or define defaultMemoryMbytes in actor.json.`,
74
);
75
}
76
0 commit comments