Skip to content

Commit 987893e

Browse files
committed
fixed typos
1 parent 366711f commit 987893e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/update_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ for item in ${modules[*]}; do
162162
echo -e " Updating version in ${folder}\pom.xml and the parent version in the corresponding children modules if exist"
163163
mvn -q versions:set -DartifactId=${module} -DnewVersion=${new_version} -DprocessPlugins=false -DgenerateBackupPoms=false
164164

165-
# 3) Update Google App Engine application dockerfile, if exist.
165+
# 3) Update Google App Engine application dockerfile, if it exists.
166166
if [ -w ${folder}/src/main/docker/Dockerfile ]; then
167167
old_version="${module_version_map[${module}]}"
168168
echo -e " Updating ${folder}/src/main/docker/Dockerfile"

0 commit comments

Comments
 (0)