Added extra comments; made linter happy

This commit is contained in:
Jef Roosens 2022-03-27 19:54:49 +02:00
parent cb2ba86200
commit 0dd4534e20
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 55 additions and 35 deletions

View file

@ -42,7 +42,7 @@ pub fn server() ? {
}
// This also creates the directories if needed
repo := repo.new(conf.data_dir, conf.pkg_dir, "x86_64") or {
repo := repo.new(conf.data_dir, conf.pkg_dir, 'x86_64') or {
logger.error(err.msg)
exit(1)
}