update-common: ignore an error

This commit is contained in:
Ștefan Talpalaru 2019-09-27 06:37:21 +02:00
parent 648a08f970
commit 0641a8a04a
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ build-nim: | sanity-checks
#- allows parallel building with the '+' prefix
#- rebuilds the Nim compiler if the corresponding submodule is updated
$(NIM_BINARY) update-common: | sanity-checks
[[ -e vendor/go/src/github.com/libp2p/go-libp2p-daemon ]] && \
- [[ -e vendor/go/src/github.com/libp2p/go-libp2p-daemon ]] && \
cd vendor/go/src/github.com/libp2p/go-libp2p-daemon && \
git reset --hard -q HEAD
git submodule sync --quiet --recursive