Skip to content

Commit

Permalink
Merge branch 'tinynetwork:master' into feature/exec_verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
kazubu committed Jun 30, 2024
2 parents f7a5e49 + 694d3fc commit f9d23c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/shell/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ func (tnconfig *Tn) Exec(nodeName string, Cmds []string) (execCommand string) {
var cmdStr string
for _, cmd := range Cmds {
cmdStr += fmt.Sprintf(" %s", cmd)
execCommand += cmdStr
}
execCommand += cmdStr
}

return execCommand
Expand Down

0 comments on commit f9d23c0

Please sign in to comment.