Skip to content

Commit

Permalink
Fix gci
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval committed Sep 19, 2024
1 parent 00b5493 commit c83c2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/workceptor/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func commandRunner(command string, params string, unitdir string) error {
if isPayloadDebug != "" {
var data string
splitUnitDir := strings.Split(unitdir, "/")
workUnitID := splitUnitDir[len(splitUnitDir) - 1]
workUnitID := splitUnitDir[len(splitUnitDir)-1]
reader := bufio.NewReader(stdin)
stdinStream, err := cmd.StdinPipe()
if err != nil {
Expand Down

0 comments on commit c83c2ce

Please sign in to comment.