grim/hgkeeper

Remove unused environment variable

12 months ago, aklitzing
cc7d4b7251eb
Remove unused environment variable

It is not necessary since c10e152f5523.

Reviewed at https://reviews.imfreedom.org/r/2447/
package commands
import (
"github.com/gliderlabs/ssh"
"keep.imfreedom.org/grim/hgkeeper/hg"
)
func run(repoPath, username string, hgCmd *hg.Command, session ssh.Session) error {
return hgCmd.ExecPiped(repoPath, username, session, session, session.Stderr())
}