Skip to content

Commit

Permalink
Merge pull request #1598 from owncloud/fix_idp_logo
Browse files Browse the repository at this point in the history
fix idp logo
  • Loading branch information
wkloucek authored Feb 5, 2021
2 parents 8146241 + 79c2907 commit d7215de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions idp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ assets: assets/identifier/static assets/identifier/static/logo.svg assets/identi
assets/identifier/static:
mkdir -p assets/identifier/static

.PHONY: assets/identifier/static/logo.svg
assets/identifier/static/logo.svg:
curl -o assets/identifier/static/logo.svg ${LOGO_URL}

.PHONY: assets/identifier/static/favicon.ico
assets/identifier/static/favicon.ico:
curl -o assets/identifier/static/favicon.ico ${FAVICON_URL}

Expand Down
Loading

0 comments on commit d7215de

Please sign in to comment.