Skip to content

Commit

Permalink
[cherry-pick] Update update-release-tracker.sh (#57)
Browse files Browse the repository at this point in the history
/cherry-pick
Signed-off-by: Tamal Saha <tamal@appscode.com>

Co-authored-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
1gtm and tamalsaha committed Jun 20, 2020
1 parent 22f1387 commit d3a4ebb
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 d3a4ebb

Please sign in to comment.