forked from vieter-v/vieter
Added extra comments; made linter happy
This commit is contained in:
parent
cb2ba86200
commit
0dd4534e20
3 changed files with 55 additions and 35 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue