Skip to content

Commit 2906544

Browse files
authored
Update App Update Script.js
escape some `'s
1 parent e85fed7 commit 2906544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parsers/App Update Script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if (grSBIP.get(updateObj.batch_installation_id)) {
9898
}
9999
} else {
100100
gs.info(
101-
"\n\n-----------------------------------------------\n\nAll apps appear to be up-to-date. \n\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(sometimes there are apps in the Application Manager that say that there are updates but you can't actually update them)\n\n-----------------------------------------------\n\n"
101+
"\n\n-----------------------------------------------\n\nAll apps appear to be up-to-date. \n\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(sometimes there are apps in the Application Manager that say that there are updates but you can't actually update them)\n\n-----------------------------------------------\n\n"
102102
);
103103
}
104104

0 commit comments

Comments
 (0)