diff options
author | Sebastian <sebasjm@gmail.com> | 2021-08-09 15:14:11 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2021-08-09 15:14:19 -0300 |
commit | dc71bee5b50aaa59b2fe4535cc288b4aaab481fc (patch) | |
tree | ba35f81e62c656bcdbcade3e795f8d5ad167f369 /bootstrap | |
parent | d30d8132604bdfde5056aa3a18ef86ee336796c3 (diff) |
bootstrap script checkout the latest from origin/prebuilt
checking out origin miss the fact that we need to move the local branch pointer to the last remote commit
by now, we dont care about the local content of the contrib/merchant-backoffice folder so is ok to always force the checkout
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ../.. |