blob: 0b03b34cd17b8e8779d59267a3b3fcbf2a8100e9 [file] [log] [blame]
// +build !windows
package instructions
import "fmt"
func errNotJSON(command, _ string) error {
return fmt.Errorf("%s requires the arguments to be in JSON form", command)
}