Skip to content

Commit

Permalink
fix: disable shellcheck SC2154
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Sep 25, 2024
1 parent dba500e commit a92cf93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later

# Define the path to the arch-update.conf configuration file
# shellcheck disable=SC2154
config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/${name}/${name}.conf"

# Check options in the arch-update.conf configuration file if it exists
Expand Down

0 comments on commit a92cf93

Please sign in to comment.