Skip to content

Commit

Permalink
style: Add missing double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Sep 25, 2024
1 parent 4ab4015 commit 0c70508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if [ -n "${diff_prog}" ]; then
fi

# Definition of the tray icon style to use (default to "light" if it isn't set in the arch-update.conf configuration file)
if [ -z ${tray_icon_style} ]; then
if [ -z "${tray_icon_style}" ]; then
tray_icon_style="light"
fi

Expand Down

0 comments on commit 0c70508

Please sign in to comment.