Skip to content

Commit 4cffe9f

Browse files
dherboltmstruebing
authored andcommitted
cwd is optional, reset unwanted changes
1 parent f20560a commit 4cffe9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class Cp {
1818
* @param {string} containerName - The name of the container in the pod to exec the command inside.
1919
* @param {string} srcPath - The source path in the pod
2020
* @param {string} tgtPath - The target path in local
21-
* @param {string} cwd - The directory that is used as the parent in the pod when downloading
21+
* @param {string} [cwd] - The directory that is used as the parent in the pod when downloading
2222
*/
2323
public async cpFromPod(
2424
namespace: string,

0 commit comments

Comments
 (0)