Pass down args to bootstrap
If bootstrap was called manually, then pass down args. E.g. `yadm bootstrap arg1 arg2 arg3`
This commit is contained in:
parent
0a5e7aa353
commit
2f8f34f3c0
1 changed files with 1 additions and 1 deletions
2
yadm
2
yadm
|
@ -754,7 +754,7 @@ function bootstrap() {
|
|||
unset GIT_DIR
|
||||
|
||||
echo "Executing $YADM_BOOTSTRAP"
|
||||
exec "$YADM_BOOTSTRAP"
|
||||
exec "$YADM_BOOTSTRAP" "$@"
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue