Update op.sh

old-commit-hash: 3382002cd0
This commit is contained in:
Maxime Desroches 2024-07-23 22:34:21 -07:00 committed by GitHub
parent 870a213e6b
commit 4dbf2cd002
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ function op_install() {
;;
esac
git submodules update --init --recursive
git submodule update --init --recursive
git lfs pull
)