Skip to content

Commit

Permalink
fix typo in create_manifests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlat committed Sep 6, 2023
1 parent a69b464 commit 56cf141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARTIFACTS_PATH="$3"
TAG="$4"
IMAGE_REPO="$5"
IMAGE_TAG="$6"
GOLANG_VERSION="$6"
GOLANG_VERSION="$7"

MAKE_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
source "${MAKE_ROOT}/../../../build/lib/common.sh"
Expand Down

0 comments on commit 56cf141

Please sign in to comment.