Skip to content

Commit a0a388f

Browse files
Update ci-automation/az_sig_publish.sh
Co-authored-by: James Le Cuirot <jlecuirot@microsoft.com>
1 parent 61ef1af commit a0a388f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-automation/az_sig_publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function _az_sig_publish_impl() {
2929
fi
3030

3131
FLATCAR_GALLERY_IMAGE_NAME="flatcar-${channel}-${arch}"
32-
version=$(echo "${vernum}" | cut -d '-' -f2)
32+
version=$(cut -d '-' -f2 <<< "${vernum}")
3333

3434
local date=""
3535
if [[ "$vernum" == *nightly* ]]; then

0 commit comments

Comments
 (0)