From 7be4b8454def2cb3f1cb2eaadf4b60da7ad4a7ac Mon Sep 17 00:00:00 2001 From: mattmcw Date: Thu, 29 Jun 2023 09:32:39 -0400 Subject: [PATCH] typo: --- scripts/install_yolov5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_yolov5.sh b/scripts/install_yolov5.sh index ddcb860..4ec96c6 100644 --- a/scripts/install_yolov5.sh +++ b/scripts/install_yolov5.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ ! -d yolov5/.git ]; then - git module update --init --recursive + git submodule update --init --recursive fi cd yolov5