Skip to content

Commit

Permalink
Force removal of svg files
Browse files Browse the repository at this point in the history
  • Loading branch information
kashav committed Feb 11, 2017
1 parent ede6db2 commit e0ff477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/logos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ do
convert ${TEAM}.png -resize 256x256 ${TEAM}.png
done

rm *.svg
rm -f *.svg
mkdir -p ../docs/assets/images/teams; mv *.png $_

0 comments on commit e0ff477

Please sign in to comment.