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"
|
name = "Postgres Check"
|
||||||
type = "script"
|
type = "script"
|
||||||
command = "/usr/local/bin/pg-tools"
|
command = "/usr/local/bin/pg-tools"
|
||||||
args = ["verify", "database" "prod", "up"]
|
args = ["verify", "database", "prod", "up"]
|
||||||
interval = "5s"
|
interval = "5s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue