Skip to content

Commit

Permalink
fix(script): shellscrip lint
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Aug 9, 2024
1 parent d37a995 commit f69d397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/semver_funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ function compare_fields {
local order=$((0))

while true; do
# shellcheck disable=SC2086
[ $order -ne 0 ] && {
echo $order
echo "$order"
return
}

Expand Down

0 comments on commit f69d397

Please sign in to comment.