Skip to content

Commit

Permalink
Merge pull request #633
Browse files Browse the repository at this point in the history
10c3b8c activate 'git submodule update' (schnerchi)
  • Loading branch information
fluffypony committed Mar 28, 2017
2 parents 2f5a865 + 10c3b8c commit a154eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_libwallet_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BUILD_LIBWALLET=false
if [ ! -d $MONERO_DIR/src ]; then
git submodule init monero
fi
#git submodule update
git submodule update
git -C $MONERO_DIR fetch --tags
git -C $MONERO_DIR checkout v0.10.3.1

Expand Down

0 comments on commit a154eab

Please sign in to comment.