We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb17408 commit ce2de9aCopy full SHA for ce2de9a
features/mbedtls/importer/Makefile
@@ -150,8 +150,7 @@ update: $(MBED_TLS_GIT_CFG) $(MBED_TLS_HA_GIT_CFG)
150
# Updating to the specified mbed TLS library version
151
# (If it is not an initial checkout we will start with the repository
152
# being in a detached head state)
153
- git -C $(MBED_TLS_DIR) checkout development
154
- git -C $(MBED_TLS_DIR) pull --rebase origin development
+ git -C $(MBED_TLS_DIR) fetch
155
#
156
# Checking out the required release
157
git -C $(MBED_TLS_DIR) checkout $(MBED_TLS_RELEASE)
0 commit comments