Fixup coding style

This commit is contained in:
Johannes Zellner
2025-03-25 15:37:30 +01:00
parent de6837adb0
commit 5953fd71d3
+1 -1
View File
@@ -129,7 +129,7 @@ function create() {
}
if (app.manifest.postInstallMessage) {
var text= app.manifest.postInstallMessage;
let text = app.manifest.postInstallMessage;
// we chose - because underscore has special meaning in markdown
text = text.replace(/\$CLOUDRON-APP-LOCATION/g, app.subdomain);
text = text.replace(/\$CLOUDRON-APP-DOMAIN/g, app.domain);