grim/hgkeeper

61b4f876b057
Update the Dockerfile to build with golang 1.17
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())
}