Skip to content

Commit

Permalink
Update update-release-tracker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Jun 20, 2020
1 parent cd0a70e commit 379c90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/scripts/update-release-tracker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ parse_url() {

RELEASE_TRACKER=

while IFS=$': \t' read -r -u9 marker v; do
while IFS=$': \r\t' read -r -u9 marker v; do
case $marker in
Release-tracker)
export RELEASE_TRACKER=$v
Expand Down

0 comments on commit 379c90d

Please sign in to comment.