diff options
author | Charlie Allom <yeled@github.com> | 2018-03-12 04:09:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-12 04:09:04 -0400 |
commit | 88feb3836a7e0cd9c869b71be11046fbdd542b85 (patch) | |
tree | 454ef170f1e1be1761587ea26a4ba1d21bc0dfcb /docs/Model-Notes/ArbOS.md | |
parent | 34cdbeb75f3c74d803fb60c509fc06e4f6365f0c (diff) | |
parent | 87600b1f5f12711afe29c408e02dbbd927e3f25d (diff) |
Merge pull request #1209 from wk/lint-markdown-docs
Lint markdown docs
Diffstat (limited to 'docs/Model-Notes/ArbOS.md')
-rw-r--r-- | docs/Model-Notes/ArbOS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Model-Notes/ArbOS.md b/docs/Model-Notes/ArbOS.md index 0f5b628..f68467f 100644 --- a/docs/Model-Notes/ArbOS.md +++ b/docs/Model-Notes/ArbOS.md @@ -3,7 +3,7 @@ Arbor Networks ArbOS notes If you are running ArbOS version 7 or lower then you may need to update the model to remove `exec true`: -``` +```ruby cfg :ssh do pre_logout 'exit' end |