From 73c696e717d367dceb09572a175b31b0123538ea Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 21 Jun 2017 13:43:59 -0700 Subject: [PATCH] Remove readme --- nomad/structs/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index dd99c83a7..142780c09 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -2453,7 +2453,7 @@ func (sc *ServiceCheck) Hash(serviceID string) string { const ( AddressModeAuto = "auto" AddressModeHost = "host" - AddressModeDriver = "driver" //FIXME plugin? I forget what we decided because like 1000 other things have gone wrong since then + AddressModeDriver = "driver" ) // Service represents a Consul service definition in Nomad