From 341cc4510d97c1fc126ffd4be17074ac6f5bdb9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Deppierraz?= Date: Tue, 17 Jan 2023 17:39:40 +0100 Subject: [PATCH] Fix a typo in make/photo/Makefile (#18111) --- make/photon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/photon/Makefile b/make/photon/Makefile index 3a3ddab91..94f3f993a 100644 --- a/make/photon/Makefile +++ b/make/photon/Makefile @@ -275,7 +275,7 @@ define _build_base if [ -n "$(REGISTRYUSER)" ] && [ -n "$(REGISTRYPASSWORD)" ] ; then \ docker login -u $(REGISTRYUSER) -p $(REGISTRYPASSWORD) ; \ else \ - echo "No docker credentials provided, please be aware of priviledges to access docker hub!" ; \ + echo "No docker credentials provided, please be aware of privileges to access docker hub!" ; \ fi ;\ $(DOCKERBUILD) -f $(2)/Dockerfile.base -t $(BASEIMAGENAMESPACE)/harbor-$(1)-base:$(BASEIMAGETAG) --label base-build-date=$(TIMESTAMP) . ;\ if [ "$(PUSHBASEIMAGE)" = "true" ] ; then \