Skip to content

Commit ff02dc0

Browse files
committed
Remove outdated comment
1 parent 297d86c commit ff02dc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

versions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ else
2323
fi
2424
versions=( "${versions[@]%/}" )
2525

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

0 commit comments

Comments
 (0)