Skip to content

Commit

Permalink
cmds/cpu: set client.Debug9P from the dbg9p flag
Browse files Browse the repository at this point in the history
Signed-off-by: Ronald G Minnich <[email protected]>
  • Loading branch information
rminnich committed Aug 7, 2023
1 parent aaed2f3 commit f2081b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmds/cpu/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func newCPU(host string, args ...string) (retErr error) {
}()

c.Env = os.Environ()
client.Debug9p = *dbg9p

if err := c.SetOptions(
client.WithPrivateKeyFile(*keyFile),
Expand Down

0 comments on commit f2081b5

Please sign in to comment.