mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
action : fix typo
This commit is contained in:
parent
231cc2c1fe
commit
6d1bce6bce
|
|
@ -337,7 +337,7 @@ func doFinish(ctx context.Context, state *Peco, _ termbox.Event) {
|
|||
cmd.Stdin = &stdin
|
||||
cmd.Stdout = state.Stdout
|
||||
cmd.Stderr = state.Stderr
|
||||
// Setup some enviroment variables. Start with a copy of the current
|
||||
// Setup some environment variables. Start with a copy of the current
|
||||
// environment...
|
||||
env := os.Environ()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue