From 3eefde7faf70fe6a33c92fa459670431e615020e Mon Sep 17 00:00:00 2001 From: Donny <130464015+defitricks@users.noreply.github.com> Date: Sun, 22 Dec 2024 19:01:07 +0200 Subject: [PATCH] docs: typo fix Update publish-image.sh --- scripts/publish-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-image.sh b/scripts/publish-image.sh index 2222088021..de7eab2e24 100755 --- a/scripts/publish-image.sh +++ b/scripts/publish-image.sh @@ -5,7 +5,7 @@ # # MUST be run from the root of the repository so the Docker build context is correct. # -# You must `docker login ...` first so that we have the necessary permissions to +# You must `docker login ...` first so that we have the necessary permission to # push the image layers + tags to Docker Hub. HUBBLE_VERSION=$(node -e "console.log(require('./apps/hubble/package.json').version);")