open-nomad/helper/discover/discover_generic.go

8 lines
99 B
Go
Raw Normal View History

2017-03-14 23:04:33 +00:00
// +build !nomad_test
package discover
func isNomad(path, nomadExe string) bool {
return true
}