Skip to content

Commit 2d0afd7

Browse files
committed
[ fix ] reverse order sort
1 parent 393ede7 commit 2d0afd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/landing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rm html/index.html
55

66
find html/ -name "index.html" \
77
| grep -v "master\|experimental" \
8-
| sort \
8+
| sort -r \
99
| sed 's|html/\([^\/]*\)/index.html| <li><a href="\1">\1</a></li>|g' \
1010
>> landing.html
1111

0 commit comments

Comments
 (0)