Skip to content

Commit

Permalink
build: set submodule to master
Browse files Browse the repository at this point in the history
  • Loading branch information
selsta committed Aug 6, 2019
1 parent 0461a28 commit df6e788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_libwallet_api.sh
Expand Up @@ -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 v0.14.1.2
git -C $MONERO_DIR checkout origin/master

# get monero core tag
pushd $MONERO_DIR
Expand Down

0 comments on commit df6e788

Please sign in to comment.