Skip to content

Commit 111dfbb

Browse files
committed
comment update
1 parent c7c7471 commit 111dfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/cmd/findbasepath.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { findAutogenEntries } from '../autogenlist';
55
// if not found, it throws an error
66
executeSynchronous(async () => {
77
if (!process.argv[2]) {
8-
throw new Error("Branch name missing. This cmd expects a branch name with the following format: 'AzureSDKAutomation:sdkAutomation/[basepath]'");
8+
throw new Error("Branch name missing. This cmd expects a branch name with the following format: 'sdkAutomation/[basepath]'");
99
}
1010

1111
const prName = process.argv[2];

0 commit comments

Comments
 (0)