Bad nesting of brackets

This commit is contained in:
niten 2023-09-03 12:07:03 -07:00
parent 4f6c240f42
commit 485142a276
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ in {
DB_USER = "mastodon"; DB_USER = "mastodon";
DB_NAME = "mastodon"; DB_NAME = "mastodon";
DB_PASS = databasePasswd; DB_PASS = databasePasswd;
}) // cfg.environment; } // cfg.environment);
target-file = "/run/mastodon/mastodon.env"; target-file = "/run/mastodon/mastodon.env";
}; };
}; };