aboutsummaryrefslogtreecommitdiff
path: root/cmd/root.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/root.go')
-rw-r--r--cmd/root.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/cmd/root.go b/cmd/root.go
index 733bb75..0f8a17a 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -59,9 +59,10 @@ var (
exec.Output.RemotePath = util.RandomWindowsTempFile()
}
exec.Output.Provider = &smb.OutputFileFetcher{
- Client: &smbClient,
- Share: `C$`,
- File: exec.Output.RemotePath,
+ Client: &smbClient,
+ Share: `C$`,
+ File: exec.Output.RemotePath,
+ DeleteOutputFile: true, // TEMP
}
}
},