Skip to content

Commit d65a1b8

Browse files
committed
download-stats: fix tag names
This is no longer msysgit ;-) Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 47ff821 commit d65a1b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

download-stats.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
#id=${1:-1148462}
1515
# 2.3.6.windows.2
1616
#id=${1:-1215956}
17-
# 2.3.7.msysgit.1
17+
# 2.3.7.windows.1
1818
#id=${1:-1235013}
19-
# 2.4.0.msysgit.1
19+
# 2.4.0.windows.1
2020
#id=${1:-1257687}
21-
# 2.4.0.msysgit.2
21+
# 2.4.0.windows.2
2222
#id=${1:-1272221}
23-
# 2.4.1.msysgit.1
23+
# 2.4.1.windows.1
2424
#id=${1:-1296332}
25-
# 2.4.2.msysgit.1
25+
# 2.4.2.windows.1
2626
#id=${1:-1345088}
27-
# 2.4.3.msysgit.1
27+
# 2.4.3.windows.1
2828
id=${1:-1409345}
2929

3030
curl -s https://api.github.com/repos/git-for-windows/git/releases/$id/assets |

0 commit comments

Comments
 (0)