Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
Just adding a space to respect the overall coding style so my inner self can find peace
  • Loading branch information
Antiz96 committed Nov 26, 2023
1 parent b294023 commit 9fed870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ check() {
icon_updates_available

if [ -n "${notif}" ]; then
if ! diff "${statedir}/current_check" "${statedir}/last_check" &>/dev/null; then
if ! diff "${statedir}/current_check" "${statedir}/last_check" &> /dev/null; then
update_number=$(wc -l "${statedir}/current_check" | awk '{print $1}')

if [ "${update_number}" -eq 1 ]; then
Expand Down

0 comments on commit 9fed870

Please sign in to comment.