Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit ffb2f22

Browse files
committed
download-stats: show 1.9.5.msysgit.1 downloads by default
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 6430c68 commit ffb2f22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/download-stats.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
# 1.9.4.msysgit.2
1212
#id=${1:-591437}
1313
# 1.9.5.msysgit.0
14-
id=${1:-795893}
14+
#id=${1:-795893}
15+
# 1.9.5.msysgit.1
16+
id=${1:-1070825}
1517

1618
curl -s https://api.github.com/repos/msysgit/msysgit/releases/$id/assets |
1719
grep -e '"name":' -e '"download_count":'

0 commit comments

Comments
 (0)