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 c7c7471 commit 111dfbbCopy full SHA for 111dfbb
generator/cmd/findbasepath.ts
@@ -5,7 +5,7 @@ import { findAutogenEntries } from '../autogenlist';
5
// if not found, it throws an error
6
executeSynchronous(async () => {
7
if (!process.argv[2]) {
8
- throw new Error("Branch name missing. This cmd expects a branch name with the following format: 'AzureSDKAutomation:sdkAutomation/[basepath]'");
+ throw new Error("Branch name missing. This cmd expects a branch name with the following format: 'sdkAutomation/[basepath]'");
9
}
10
11
const prName = process.argv[2];
0 commit comments