summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index e3e4d3d4..0ee94f8d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -34,7 +34,7 @@ autoreconf -if
echo "Importing single-page app (from external Git repository)"
cd contrib/merchant-backoffice
-git checkout prebuilt
+git checkout -f origin/prebuilt
cp spa.html ..
cd ../..