We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b620263 commit a3b8ba3Copy full SHA for a3b8ba3
1 file changed
utilities/update_versions.sh
@@ -148,7 +148,7 @@ do
148
done
149
150
echo -e "\n${BOLD}Validating module folder mapping${NC}"
151
-for item in ${!module_folder_map[@]}
+for item in "${!module_folder_map[@]}"
152
do
153
if [ "${item}" != "." ] && [ "${module_version_map[${item}]}" == "" ]; then
154
echo -e "${RED}WARNING:${NC} Ignoring \"${module_folder_map[${item}]}\" folder, as there is no corresponding module found in the root pom"
0 commit comments