Browse Source

git submodule command change in parameters

all-modes
michal maxian 8 years ago
parent
commit
328ea9446d
  1. 2
      check_submodule.sh

2
check_submodule.sh

@ -7,7 +7,7 @@ SIZE=`du -sk gui/EasyDEX-GUI`
echo "Checking EasyDEX-GUI folder."
cd gui/EasyDEX-GUI && \
git submodule update --init --recursive && \
git submodule update --recursive && \
cd ../.. && \
echo "Folder looks fine." || \
echo "Some problem with cloning submodule EasyDEX-GUI."

Loading…
Cancel
Save