Merge pull request #7569 from acidprime/fix/syntax/codeblock

[docs] Fix syntax error in docs
This commit is contained in:
Zack Smith 2020-03-31 15:07:41 -07:00 committed by GitHub
commit 89c2c322fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -413,7 +413,7 @@ service {
name = "Postgres Check"
type = "script"
command = "/usr/local/bin/pg-tools"
args = ["verify", "database" "prod", "up"]
args = ["verify", "database", "prod", "up"]
interval = "5s"
timeout = "2s"
}