Skip to content

Commit

Permalink
correct Makefile import
Browse files Browse the repository at this point in the history
  • Loading branch information
keyporttech-bot committed Nov 22, 2020
1 parent b4b9df9 commit ec83fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ init:
mkdir -p .keyporttech && curl -o .keyporttech/Makefile.keyporttech https://raw.githubusercontent.com/keyporttech/helm-charts/master/Makefile.keyporttech
.PHONY: init

include ../helm-charts/Makefile.keyporttech
include ./.keyporttech/Makefile.keyporttech

REGISTRY=registry.keyporttech.com
DOCKERHUB_REGISTRY="keyporttech"
Expand Down

0 comments on commit ec83fca

Please sign in to comment.