Skip to content

Commit

Permalink
Correct alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jan 4, 2024
1 parent 6ae16f0 commit 5d87e2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/script/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ packages_cache() {
fi
;;
*)
echo
info_msg "The removal hasn't been applied\n"
;;
esac
Expand All @@ -450,7 +451,6 @@ pacnew_files() {
pacnew_files=$(pacdiff -o)

if [ -n "${pacnew_files}" ]; then
echo
main_msg "Pacnew Files:"
echo -e "${pacnew_files}\n"

Expand All @@ -474,7 +474,6 @@ pacnew_files() {
;;
esac
else
echo
info_msg "No pacnew file found\n"
fi
}
Expand Down

0 comments on commit 5d87e2e

Please sign in to comment.