summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xswatchmaker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/swatchmaker/Makefile b/swatchmaker/Makefile
index b01fdfc9..7eda3f8c 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: