You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-23 21:44:44 +02:00
Spelling (#1405)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -40,7 +40,7 @@ var notAllowedEnvVarOverwrites = []string{
|
||||
}
|
||||
|
||||
type local struct {
|
||||
// TODO: make cmd a cmd list to itterate over, the hard part is to have a common ReadCloser
|
||||
// TODO: make cmd a cmd list to iterate over, the hard part is to have a common ReadCloser
|
||||
cmd *exec.Cmd
|
||||
output io.ReadCloser
|
||||
workingdir string
|
||||
|
||||
Reference in New Issue
Block a user