Skip to content

Commit

Permalink
Fix favicon var and codacy ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Oct 16, 2020
1 parent 5bd89bc commit c04c961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ exclude_paths:
- 'docs/**'
- '**/docs/**'
- '**/pkg/proto/**'
- 'konnectd/ui_config/**/*'
- 'konnectd/scripts/**/*'
- 'konnectd/ui_config/**'
- 'konnectd/scripts/**'
- 'settings/rollup.config.js'
- 'accounts/rollup.config.js'
- 'ocis/docker/eos-ocis/Dockerfile'
Expand Down
2 changes: 1 addition & 1 deletion konnectd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ generate: assets

assets:
curl -o assets/identifier/static/logo.svg ${LOGO_URL}
curl -o assets/identifier/static/favicon.ico ${LOGO_URL}
curl -o assets/identifier/static/favicon.ico ${FAVICON_URL}

.PHONY: changelog
changelog:
Expand Down

0 comments on commit c04c961

Please sign in to comment.