From 30644d0c19f01da8514a3cc141d090448a54be8d Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 29 Jul 2013 17:11:54 -0400 Subject: [PATCH] swatchmaker: update makefile --- swatchmaker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swatchmaker/Makefile b/swatchmaker/Makefile index b01fdfc..7eda3f8 100755 --- a/swatchmaker/Makefile +++ b/swatchmaker/Makefile @@ -14,7 +14,7 @@ bootstrap: -test -d bootstrap && rm -r bootstrap curl --location -o latest_bootstrap.tar.gz https://github.com/twitter/bootstrap/tarball/master tar -xvzf latest_bootstrap.tar.gz - mv twitter-bootstrap* bootstrap + mv twbs-bootstrap* bootstrap rm latest_bootstrap.tar.gz default: -- 2.39.2