Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 5, 2023
1 parent 297d86c commit ff02dc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ else
fi
versions=( "${versions[@]%/}" )

# "tac|tac" for http://stackoverflow.com/a/28879552/433558
dindLatest="$(curl -fsSL 'https:/docker/docker/commits/master/hack/dind.atom' | grep -E 'id.*Commit')"
dindLatest="$(awk <<<"$dindLatest" -F '[[:space:]]*[<>/]+' '$2 == "id" && $3 ~ /Commit/ { print $4; exit }')"

Expand Down

0 comments on commit ff02dc0

Please sign in to comment.