We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fb068 commit b36be30Copy full SHA for b36be30
src/commands/node.mjs
@@ -914,7 +914,7 @@ export class NodeCommand extends BaseCommand {
914
915
const config = {
916
namespace: self.configManager.getFlag(flags.namespace),
917
- nodeIds: helpers.parseNodeIDs(self.configManager.getFlag(flags.nodeIDs)),
+ nodeIds: helpers.parseNodeIds(self.configManager.getFlag(flags.nodeIDs)),
918
releaseTag: self.configManager.getFlag(flags.releaseTag),
919
cacheDir: self.configManager.getFlag(flags.cacheDir),
920
force: self.configManager.getFlag(flags.force),
0 commit comments