Commit d12eb06c authored by fuyanbin's avatar fuyanbin
Browse files

typo

parent bd8b5bcc
......@@ -92,7 +92,7 @@ validate_partition_size_change() {
do
if [[ "$(echo "$item" | jq -r '.name')" == "$group_name" ]]
then
group_maxinum_size=$(echo "$item" | jq r '.maximum_size')
group_maxinum_size=$(echo "$item" | jq -r '.maximum_size')
break
fi
done
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment