diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 5a0e117..c6fb031 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -26,7 +26,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then fi; -git pull origin main; +git pull; function doIt() { git submodule update --init --recursive |