Skip to content

Commit 4e7b492

Browse files
authored
AITA → ATA (#8068)
1 parent 48d818e commit 4e7b492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/appdistribution-distribute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const command = new Command("appdistribution:distribute <release-binary-f
9494
const testDevices = parseTestDevices(options.testDevices, options.testDevicesFile);
9595
if (testCases.length && (options.testUsernameResource || options.testPasswordResource)) {
9696
throw new FirebaseError(
97-
"Password and username resource names are not supported for the AI testing agent.",
97+
"Password and username resource names are not supported for the testing agent.",
9898
);
9999
}
100100
const loginCredential = getLoginCredential({

0 commit comments

Comments
 (0)