1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2025-06-13 13:03:58 +00:00

Update yadm support bootstrap arguments

This commit is contained in:
Huawen Yu 2025-03-19 12:47:18 -07:00 committed by GitHub
parent 4214de8d91
commit f5791207d6
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" $@
}