From ba65ed45a502cd53f772748b6e73fc7e33633de2 Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Fri, 16 Oct 2020 09:57:31 +0200 Subject: [PATCH] Fix favicon var and codacy ignore patterns --- .codacy.yml | 4 ++-- konnectd/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.codacy.yml b/.codacy.yml index 9d784d80b3..300fbf2472 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -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' diff --git a/konnectd/Makefile b/konnectd/Makefile index 0d48d11012..2e0136695a 100644 --- a/konnectd/Makefile +++ b/konnectd/Makefile @@ -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: