Skip to content

Commit

Permalink
autofmt .nomad file
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbailey committed Jan 22, 2020
1 parent 692221e commit 625eaa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/connect/input/multi-service.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ job "multi-service" {

config {
image = "hashicorp/http-echo"
args = ["-listen=:9001", "-text=echo1"]
args = ["-listen=:9001", "-text=echo1"]
}
}

Expand All @@ -43,7 +43,7 @@ job "multi-service" {

config {
image = "hashicorp/http-echo"
args = ["-listen=:9002", "-text=echo2"]
args = ["-listen=:9002", "-text=echo2"]
}
}
}
Expand Down

0 comments on commit 625eaa2

Please sign in to comment.