This commit is contained in:
kareem 2022-02-24 11:50:41 -08:00
parent 1a15d4646a
commit 12114e08d2
1 changed files with 1 additions and 1 deletions

View File

@ -1165,7 +1165,7 @@ update_caravel:
# Install Mgmt Core Wrapper
.PHONY: install_mcw
install_mcw:
if [ -d "$(MCW_ROOT)" ]; then
if [ -d "$(MCW_ROOT)" ]; then \
echo "Deleting exisiting $(MCW_ROOT)" && \
rm -rf $(MCW_ROOT) && sleep 2;\
fi