Skip to content

Commit

Permalink
chore(misc): forward prompt override to connect to nx cloud (nrwl#9867)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 18, 2022
1 parent 2177aae commit a2546a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/connect-to-nx-cloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export async function connectToNxCloudCommand(
return;
}

const res = await connectToNxCloudPrompt();
const res = await connectToNxCloudPrompt(promptOverride);
if (!res) return;
const pmc = getPackageManagerCommand();
execSync(`${pmc.addDev} @nrwl/nx-cloud@latest`);
Expand Down

0 comments on commit a2546a8

Please sign in to comment.