Skip to content

Commit

Permalink
corrected syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
phil committed Nov 25, 2019
1 parent dd5ce06 commit 98406e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ object CheckCommand "check-mailbox" {
"-H" = "$chm_host$"
"-C" = "user:password"
"-M" = "INBOX"
"-S" = "$ssl$"
"-S" = {
set_if = "$ssl$"
}
"-w" = "1000"
"-c" = "2000"
}
Expand Down

0 comments on commit 98406e8

Please sign in to comment.