Merge pull request #349 from christianbundy/fix-theme

Fix theme using capitalization
This commit is contained in:
Sean Billig 2020-03-24 19:22:47 -07:00 committed by GitHub
commit 03a6a143cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@
"socio",
"ssbc",
"summerfruit",
"sulphurpool",
"systemctl",
"systemd",
"unfollow",

View File

@ -45,7 +45,7 @@ module.exports = (presets, defaultConfigFile) =>
})
.options("theme", {
describe: "The theme to use, if a theme hasn't been set in the cookies",
default: _.get(presets, "theme", "atelier-sulphurPool-light"),
default: _.get(presets, "theme", "atelier-sulphurpool-light"),
type: "string",
})
.epilog(`The defaults can be configured in ${defaultConfigFile}.`).argv;