aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-01-21 14:48:56 -0600
committerluigi1111 <luigi1111w@gmail.com>2019-01-21 14:48:56 -0600
commit7316716e15c7821cbffe58b711c851a7ae142297 (patch)
tree96ff959980d90209215cb941affaa1b30b93b77d
parent90b0f4fa559cc36f42ef515f6113cdb5c4a56944 (diff)
parentbebb902aeb623bba4772f035394f57a365b497e0 (diff)
downloadmonzero-gui-7316716e15c7821cbffe58b711c851a7ae142297.tar.gz
monzero-gui-7316716e15c7821cbffe58b711c851a7ae142297.tar.xz
monzero-gui-7316716e15c7821cbffe58b711c851a7ae142297.zip
Merge pull request #1879
bebb902 build: always checkout latest remote master (selsta)
-rwxr-xr-xget_libwallet_api.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index 4c16654d..d6b5f3c8 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
fi
git submodule update --remote
git -C $MONERO_DIR fetch
-git -C $MONERO_DIR checkout master
+git -C $MONERO_DIR checkout origin/master
# get monero core tag
pushd $MONERO_DIR