typo:
This commit is contained in:
parent
b5810f8ca5
commit
7be4b8454d
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ ! -d yolov5/.git ]; then
|
||||
git module update --init --recursive
|
||||
git submodule update --init --recursive
|
||||
fi
|
||||
|
||||
cd yolov5
|
||||
|
|
Loading…
Reference in New Issue