1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2025-06-04 00:23:58 +00:00
This commit is contained in:
Huawen Yu 2025-04-01 20:22:00 -07:00 committed by GitHub
commit e8b0a0dcda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
yadm
View File

@ -752,7 +752,7 @@ function bootstrap() {
unset GIT_DIR
echo "Executing $YADM_BOOTSTRAP"
exec "$YADM_BOOTSTRAP"
exec "$YADM_BOOTSTRAP" $@
}