Skip to content

Commit

Permalink
fix column position
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaca committed Apr 6, 2024
1 parent 36d3e28 commit 104ee6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/diffs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ done < "data/$1-score"
printf '<div align="center">\n\n'

echo "|Current|Yesterday|Repository|Stars|Up/Dn|"
echo "|:---:|:---:|:---|:---:|:---:|"
echo "|:---:|:---:|:---:|:---|:---:|"
#draw chart
while IFS="" read -r line || [ -n "$line" ]
do
Expand All @@ -41,7 +41,7 @@ do
else
move="-"
fi
echo "|$position|${last:--}|[https://github.com/$name]($name)|+$stars|$move|"
echo "|$move|$position|${last:--}|[https://github.com/$name]($name)|+$stars|"
done < "today-nr"

printf '\n\n<div>\n'
Expand Down

0 comments on commit 104ee6d

Please sign in to comment.