Skip to content

Commit 64838b4

Browse files
Update src/tools/appautomate-utils/appautomate.ts
Co-authored-by: Pulkit Sharma <[email protected]>
1 parent 04c190b commit 64838b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/appautomate-utils/appautomate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function validateArgs(args: {
122122
}
123123

124124
/**
125-
* Uploads an application file to Automate and returns the app URL
125+
* Uploads an application file to AppAutomate and returns the app URL
126126
*/
127127
export async function uploadApp(appPath: string): Promise<string> {
128128
const filePath = appPath;

0 commit comments

Comments
 (0)