Merge pull request #7569 from acidprime/fix/syntax/codeblock
[docs] Fix syntax error in docs
This commit is contained in:
commit
89c2c322fb
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue