repo-remove: fix checking for non-existent .db database

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2016-02-07 20:59:09 +10:00
parent 50a2db4834
commit 0fa695d0e3
1 changed files with 1 additions and 1 deletions

View File

@ -547,8 +547,8 @@ prepare_repo_db() {
# TODO: remove if statement
if [[ $repo == "db" ]]; then
error "$(gettext "Repository file '%s' was not found.")" "$dbfile"
exit 1
fi
exit 1
;;
repo-add)
# check if the file can be created (write permission, directory existence, etc)