Skip to content

Commit

Permalink
fix executor command name
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Feb 25, 2024
1 parent c0e5592 commit 52235eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/components/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func ExecWithWriter(
if err != nil {
return invalidResult, errors.Wrap(err, "executable file not found")
}
name = args[0]
} else if err != nil {
return invalidResult, errors.Wrap(err, "executable file not found")
}
Expand Down

0 comments on commit 52235eb

Please sign in to comment.