From 4dbf2cd0024dc7962dc0a74e918418f0c52c2a6c Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Tue, 23 Jul 2024 22:34:21 -0700 Subject: [PATCH] Update op.sh old-commit-hash: 3382002cd03604710f39d01f19a37f4bb66b7cdf --- tools/op.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/op.sh b/tools/op.sh index d8a3f4b809..f7caa9d047 100755 --- a/tools/op.sh +++ b/tools/op.sh @@ -163,7 +163,7 @@ function op_install() { ;; esac - git submodules update --init --recursive + git submodule update --init --recursive git lfs pull )