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