Skip to content

Commit 65c1799

Browse files
committed
fix main.go update library mistake
1 parent 96c8853 commit 65c1799

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"github.com/Tom5521/CmdRunTools/command"
1010
)
1111

12-
var sh = func() command.UnixCmd {
13-
cmd := command.Cmd("")
12+
var sh = func() command.Cmd {
13+
cmd := command.Cmd{}
1414
cmd.CustomStd(true, true, true)
1515
return cmd
1616
}()

0 commit comments

Comments
 (0)