1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-23 00:07:25 +00:00

Fix quotes

This commit is contained in:
Alexander Neumann 2020-11-08 19:52:37 +01:00
parent c923bd957d
commit 3a0cfafeb5

View file

@ -245,4 +245,4 @@ jobs:
# only run golangci-lint for pull requests, otherwise ALL hints get
# reported. We need to slowly address all issues until we can enable
# linting the master branch :)
if: github.event_name == "pull_request"
if: github.event_name == 'pull_request'