Skip to content

Commit b88bb78

Browse files
committed
[fix] : Warning line
1 parent fe9bdae commit b88bb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ prepare_env() {
325325
[[ ${debug} = true ]] && echo -ne " $(pacman -Q ${_pkg} | getclm 2)\n"
326326
;;
327327
"noversion")
328-
msg_warn "Failed to get the latest version of ${_pkg}."
328+
echo; msg_warn "Failed to get the latest version of ${_pkg}."
329329
;;
330330
"old")
331331
[[ "${debug}" = true ]] && echo -ne " $(pacman -Q ${_pkg} | getclm 2)\n"

0 commit comments

Comments
 (0)