Title: Fix debug message in zrep script

- Updated debug message in zrep script to include a newline character.
- Improved error handling for when package is not found.
This commit is contained in:
Stig-Ørjan Smelror 2024-03-16 00:29:32 +01:00
parent 255649a53e
commit c3962c72a0

2
zrep
View File

@ -274,7 +274,7 @@ function zrep_parse_remote() {
export dlurl
else
zrep_msg debug "\nPackage ${package} not found."
zrep_msg debug "\nPackage ${package} not found.\n"
exit 1
fi
}