Skip to content

Commit 5bbdb59

Browse files
authored
app update - I think I'm done 😅
1 parent 0add3d5 commit 5bbdb59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Parsers/App Update Script.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ flags:gmi
99
const eric_script = `
1010
\`\`\`
1111
/*----------------------------------------------------*/
12-
/* TEMPLATE LITERAL */
12+
/* */
1313
/* Have a bunch of apps that need to be updated? */
1414
/* Run this and follow the directions in the output */
1515
/* It will build a payload and use the CI/CD API to */
@@ -77,6 +77,7 @@ if (appsArray.length > 0) {
7777
} else {
7878
gs.info("\\nNo apps to update found.\\nIf you think this is incorrect please try running this script again with \`updateCheck\` set to \`true\`. This will check the store for any new updates.\\n\\n(sometimes there are apps in the Application Manager that say that there are updates but you can't actually update them)");
7979
}
80+
\`\`\`
8081
`;
8182

8283
const message = "<@U6E2TEKQ9> made a cool script for bulk updating apps!\n\n" + eric_script;

0 commit comments

Comments
 (0)