Skip to content

Commit 086b0df

Browse files
committed
update example version numbers
Signed-off-by: Jared Quick <jared.quick@salesforce.com>
1 parent 7cfe4de commit 086b0df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/shared.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function build_image_override_file_with_version() {
171171
if (( $# > 0 )); then
172172
cache_from_amt=$1
173173
shift
174-
while (( cache_from_amt-- > 0 )) ; do
174+
while (( cache_from_amt-- > 0 )); do
175175
cache_from+=( "$1" ); shift
176176
done
177177
fi
@@ -181,7 +181,7 @@ function build_image_override_file_with_version() {
181181
if (( $# > 0 )); then
182182
labels_amt=$1
183183
shift
184-
while (( labels_amt-- > 0 )) ; do
184+
while (( labels_amt-- > 0 )); do
185185
labels+=( "$1" ); shift
186186
done
187187
fi

0 commit comments

Comments
 (0)