mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-27 17:11:40 +00:00
Update NimbleStableCommit to test commit pre 0.24.0 (#25979)
(cherry picked from commit 497a540d20)
This commit is contained in:
@@ -52,7 +52,7 @@ proc updateSubmodules*(dir: string, allowBundled = false) =
|
||||
let oldDir = getCurrentDir()
|
||||
setCurrentDir(dir)
|
||||
try:
|
||||
exec "git submodule update --init"
|
||||
exec "git submodule update --init --recursive"
|
||||
finally:
|
||||
setCurrentDir(oldDir)
|
||||
elif allowBundled:
|
||||
|
||||
Reference in New Issue
Block a user