fixed broken link in swatchmaker Makefile
authorromanalexander <roman@server.fake>
Mon, 31 Dec 2012 05:24:29 +0000 (00:24 -0500)
committerromanalexander <roman@server.fake>
Mon, 31 Dec 2012 05:24:29 +0000 (00:24 -0500)
swatchmaker/Makefile

index f4ff133..d3f1f91 100755 (executable)
@@ -21,7 +21,7 @@ default:
        -test -f swatch/variables.less && rm swatch/variables.less
        -test -f swatch/bootswatch.less && rm swatch/bootswatch.less
        curl --location -o swatch/variables.less https://raw.github.com/twitter/bootstrap/master/less/variables.less
-       curl --location -o swatch/bootswatch.less https://raw.github.com/thomaspark/bootswatch/master/swatchmaker/swatch/bootswatch.less
+       curl --location -o swatch/bootswatch.less https://raw.github.com/thomaspark/bootswatch/gh-pages/swatchmaker/swatch/bootswatch.less
        make bootswatch
 
 .PHONY: bootswatch bootstrap default