Commit bd4f90c
committed
fix(cp): implement copyContentsOnly for from-instance operations
When copying a directory from instance to local, the /. suffix
(copy contents only) was computed but not used. Now:
- Without /.: creates source directory inside destination (docker cp semantics)
- With /.: copies contents directly into destination1 parent 04713b9 commit bd4f90c
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
| 653 | + | |
654 | 654 | | |
655 | | - | |
656 | | - | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
657 | 658 | | |
| 659 | + | |
658 | 660 | | |
659 | 661 | | |
660 | 662 | | |
| |||
0 commit comments