removed sitemap branch
diff --git a/bin/local-pelican-site.sh b/bin/local-pelican-site.sh
index 83b678b..a47a1d2 100755
--- a/bin/local-pelican-site.sh
+++ b/bin/local-pelican-site.sh
@@ -74,7 +74,7 @@
 else
   echo "Cloning $IP"
   # Sometimes useful to add -b <branch> for buildsite testing
-  git clone -b sitemap-plugin $GH/$IP 2>&1 
+  git clone $GH/$IP 2>&1 
 fi
 
 IP="$SB/$IP"