Skip to content
Snippets Groups Projects
Commit 2c9d982e authored by Grische's avatar Grische
Browse files

scripts: update-modules: fix SC2086

parent 92d4631f
Branches
Tags
No related merge requests found
...@@ -52,7 +52,7 @@ for MODULE in "OPENWRT" ${GLUON_FEEDS}; do ...@@ -52,7 +52,7 @@ for MODULE in "OPENWRT" ${GLUON_FEEDS}; do
# prepare the commit message # prepare the commit message
# shellcheck disable=SC2001 # shellcheck disable=SC2001
MODULE=$(echo ${MODULE,,} | sed 's/packages_//') MODULE=$(echo "${MODULE,,}" | sed 's/packages_//')
TITLE="modules: update ${MODULE}" TITLE="modules: update ${MODULE}"
MESSAGE="$(mktemp)" MESSAGE="$(mktemp)"
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment