File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2430,11 +2430,11 @@ def push(
2430
2430
"""
2431
2431
Push files or directories to the guest using rsync.
2432
2432
2433
- :param source: Path or list of paths on the local machine to push.
2434
- If None, the plan workdir is pushed.
2435
- :param destination: Path on the guest where to push. If None, defaults to '/'.
2436
- :param options: List of rsync options to use.
2437
- :param superuser: If True, run rsync with sudo on the guest.
2433
+ :param source: ` Path` or ` list` of paths on the local machine to push.
2434
+ If ` None` , the plan workdir is pushed.
2435
+ :param destination: ` Path` on the guest where to push. If ` None` , defaults to '/'.
2436
+ :param options: ` List` of rsync options to use.
2437
+ :param superuser: If ` True` , run rsync with sudo on the guest.
2438
2438
"""
2439
2439
2440
2440
# Abort if guest is unavailable
You can’t perform that action at this time.
0 commit comments