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 04c190b commit 64838b4Copy full SHA for 64838b4
src/tools/appautomate-utils/appautomate.ts
@@ -122,7 +122,7 @@ export function validateArgs(args: {
122
}
123
124
/**
125
- * Uploads an application file to Automate and returns the app URL
+ * Uploads an application file to AppAutomate and returns the app URL
126
*/
127
export async function uploadApp(appPath: string): Promise<string> {
128
const filePath = appPath;
0 commit comments