Skip to content

Commit

Permalink
fix SC2086
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored Jul 2, 2024
1 parent d5f7709 commit 4c7cebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/actions/update-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for MODULE in ${GLUON_SITE_FEEDS}; do

# prepare the commit message
# shellcheck disable=SC2001
MODULE=$(echo ${MODULE,,} | sed 's/packages_//')
MODULE=$(echo "${MODULE,,}" | sed 's/packages_//')
TITLE="modules: update ${MODULE}"
MESSAGE="$(mktemp)"
{
Expand Down

0 comments on commit 4c7cebb

Please sign in to comment.