mirror of https://github.com/status-im/nimPNG.git
fix typo
This commit is contained in:
parent
75640f72e9
commit
2ad58944ac
|
@ -42,7 +42,7 @@ install:
|
|||
- SET "NEED_REBUILD="
|
||||
|
||||
- IF NOT EXIST "Nim\\.git\\" (
|
||||
git clone --depth 1https://github.com/nim-lang/Nim.git
|
||||
git clone --depth 1 https://github.com/nim-lang/Nim.git
|
||||
) ELSE (
|
||||
( cd Nim ) &
|
||||
( git pull ) &
|
||||
|
|
Loading…
Reference in New Issue