Skip to content

Commit

Permalink
Update cp.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sjawhar authored Nov 20, 2024
1 parent 913a021 commit 10c7f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class Cp {
const writerStream = fs.createWriteStream(tmpFileName);
const errStream = new WritableStreamBuffer();
return new Promise<void>((resolve, reject) => {
const conn = await this.execInstance
this.execInstance
.exec(
namespace,
podName,
Expand Down

0 comments on commit 10c7f1c

Please sign in to comment.