Skip to content

Commit 61ef1af

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

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
@@ -33,7 +33,7 @@ function _az_sig_publish_impl() {
3333

3434
local date=""
3535
if [[ "$vernum" == *nightly* ]]; then
36-
date=$(echo "${vernum}" | cut -d '-' -f4)
36+
date=$(cut -d '-' -f4 <<< "${vernum}")
3737
FLATCAR_GALLERY_VERSION="${version%.*}.${date:2}"
3838
else
3939
date=$(date +'%y%m%d')

0 commit comments

Comments
 (0)