We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(( ))
[[ ]]
1 parent c980e59 commit 07069e7Copy full SHA for 07069e7
packages/devops/scripts/ci/utils.sh
@@ -29,7 +29,7 @@ function get_max_length() {
29
30
for item in "${array[@]}"; do
31
length=${#item}
32
- if [[ $length -gt $max ]]; then
+ if (( length > max )); then
33
max=$length
34
fi
35
done
0 commit comments