Skip to content

Commit

Permalink
fix: remove git pull from install_submodules.sh during update
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Jul 31, 2023
1 parent 966da63 commit f123d68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/install_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ clone_project()
then
printf "Remove submodule %s (%s) %s \n" "$1" "$3" "$2"
rm -rf "$2"
git pull
fi

if [ -n "$4" ];
Expand Down

0 comments on commit f123d68

Please sign in to comment.