package.elm-lang.org
package.elm-lang.org copied to clipboard
Fixed a bug in arguments to sed in get-fonts.sh
trafficstars
I tried running get-fonts.sh and found that there was a small bug in the sed command that sets the relative path to the font files. There's an extra empty string argument.
Here's what happens when you run what is currently committed on Linux:

This commit removed the extra empty string argument and fixes that error.