Where'd the extra foreslash come from?

This commit is contained in:
niten 2023-08-03 22:55:26 -07:00
parent e9cba22f53
commit d589284f63
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ in {
type = str; type = str;
description = "Docker image to use for Mastodon."; description = "Docker image to use for Mastodon.";
default = default =
"ghcr.io//mastodon:${toplevel.config.services.mastodonContainer.version}"; "ghcr.io/mastodon:${toplevel.config.services.mastodonContainer.version}";
}; };
postgres = mkOption { postgres = mkOption {