Skip to content

Commit

Permalink
misc: doc and commit check fixes
Browse files Browse the repository at this point in the history
Signed-off-by: ldelossa <ldelossa@redhat.com>
  • Loading branch information
ldelossa authored and ldelossa committed Sep 29, 2020
1 parent d141c5c commit 18e4db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
pattern: |
^(.*):\s*(.*)\n?
error: 'Commit must begin with <scope>: <subject>'
flags: ''

tidy:
name: Tidy
Expand Down
2 changes: 1 addition & 1 deletion Documentation/howto/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In the above diagram, Clair is running in combo mode and talking to a single dat
indexer:
connstring: "host=clairdb user=pqgotest dbname=pqgotest sslmode=verify-full"
matcher:
connstring: "host=cher-clairdb user=pqgotest dbname=pqgotest sslmode=verify-full"
connstring: "host=clairdb user=pqgotest dbname=pqgotest sslmode=verify-full"
...
notifier:
connstring: "host=clairdb user=pqgotest dbname=pqgotest sslmode=verify-full"
Expand Down

0 comments on commit 18e4db2

Please sign in to comment.