Skip to content

Commit

Permalink
chore: Add missing double-quote
Browse files Browse the repository at this point in the history
  • Loading branch information
troyanov authored and twpayne committed Sep 12, 2022
1 parent f300d3d commit 93dad04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ be ignored on different machines.
.company-directory # note that the pattern is not dot_company-directory
{{- end }}

{{- if ne .email "me@home.org }}
{{- if ne .email "me@home.org" }}
.personal-file
{{- end }}
```

0 comments on commit 93dad04

Please sign in to comment.