Skip to content

Commit 79a562d

Browse files
committed
fix bug in copyFrom
1 parent 715956d commit 79a562d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/k8.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ export class K8 {
598598

599599
try {
600600
// extract the downloaded file
601-
fs.copyFileSync(tmpFile, destDir)
601+
fs.copyFileSync(tmpFile, destPath)
602602

603603
self._deleteTempFile(tmpFile)
604604

0 commit comments

Comments
 (0)