Use = when comparing numbers
This commit is contained in:
parent
8c79536fa4
commit
2eb5714829
10 changed files with 23 additions and 23 deletions
|
|
@ -37,7 +37,7 @@
|
|||
(lambda (conn)
|
||||
(let ((count
|
||||
(count-git-repositories-with-x-git-repo-header-values conn)))
|
||||
(when (eq? count 0)
|
||||
(when (= count 0)
|
||||
(display
|
||||
"\nerror: no git_repositories exist with a value for x_git_repo_header
|
||||
error: to match emails to repositories, the git_repositories entry must have
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue