copypasta

This commit is contained in:
Megan Marsh 2019-09-18 10:54:35 -07:00
parent bf4394ee95
commit 622be96fa0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
)
func openTTY() (packer.TTY, error) {
func checkProcess(currentPID int) (bool, error) {
return false, fmt.Errorf("cannot determine if process is backgrounded in " +
"openbsd")
}