Fix typo
This commit is contained in:
parent
d9013cab5f
commit
521d625aac
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ func findHTMLDiffer() (string, error) {
|
|||
return "", err
|
||||
}
|
||||
differ := path.Join(wd, "htmldiff.pl")
|
||||
if _, err := os.Stat(differ); err != nil {
|
||||
if _, err := os.Stat(differ); err == nil {
|
||||
return differ, nil
|
||||
}
|
||||
return "", fmt.Errorf("unable to find htmldiff.pl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue