Skip to content

Commit 0e71e2d

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Update update-release-tracker.sh (#65)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent bbfac61 commit 0e71e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/scripts/update-release-tracker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ parse_url() {
3535

3636
RELEASE_TRACKER=
3737

38-
while IFS=$': \t' read -r -u9 marker v; do
38+
while IFS=$': \r\t' read -r -u9 marker v; do
3939
case $marker in
4040
Release-tracker)
4141
export RELEASE_TRACKER=$v

0 commit comments

Comments
 (0)