Skip to content

Commit 7fd06d5

Browse files
committed
Linting
1 parent 2070f3b commit 7fd06d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openid-connect-provider-debugger/bump-apk-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ u=$(\apk -u list | \tr '\n' '|')
1414
p="${l%=*}"
1515
v1="${l#*=}"
1616
v="$(\echo "|${u}" | \grep -o -e "\|${p}-[^\|]*upgradable from: ${p}-${v1}" || true)"
17-
n=$(( $(\echo -n "${p}" | wc -c) + 2))
17+
n=$(($(\echo -n "${p}" | wc -c) + 2))
1818
v2="$(\echo "${v}" | \cut -d ' ' -f 0 | \cut -c ${n}-)"
1919
if [ -n "${v2}" ] && [ "${v2}" != "${v1}" ]; then
2020
\echo "${p} ${v1} -> ${v2}"

0 commit comments

Comments
 (0)