summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 0ee94f8d..4663438e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -33,9 +33,7 @@ echo "$0: Running autoreconf"
autoreconf -if
echo "Importing single-page app (from external Git repository)"
-cd contrib/merchant-backoffice
+cd contrib/wallet-core
git checkout -f origin/prebuilt
-cp spa.html ..
-cd ../..
exit 0