Skip to content

Commit

Permalink
[#42] change windows init.bat execution command
Browse files Browse the repository at this point in the history
  • Loading branch information
dgursoy committed Dec 12, 2022
1 parent 57f4889 commit 851b376
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal/requirements/init_win.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import "github.com/denizgursoy/gotouch/internal/commandrunner"

func getCommand() *commandrunner.CommandData {
return &commandrunner.CommandData{
Command: WindowsInitFile,
Command: "CMD",
Args: []string{
"/C",
WindowsInitFile,
},
}
}

0 comments on commit 851b376

Please sign in to comment.