Skip to content

Commit e003084

Browse files
committed
fix: precomit issue
1 parent 9aa303d commit e003084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/addons/generate-mindthegap-repofile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ yq e '. | select(.metadata.name == "default-helm-addons-config")' >>"${ASSETS_DI
2626
sed -i s/"{{ .Values.helmAddonsConfigMap }}"/placeholder/g "${ASSETS_DIR}/helm-config.yaml"
2727
go run "${GIT_REPO_ROOT}/hack/tools/mindthegap-helm-reg/main.go" --input-configmap-file="${ASSETS_DIR}/helm-config.yaml" --output-file="${ASSETS_DIR}/repos.yaml" \
2828
--previous-configmap-file="${ASSETS_DIR}/previous-charts.yaml" \
29-
--n-minus-2-configmap-file="${ASSETS_DIR}/n-2-charts.yaml" \
29+
--n-minus-2-configmap-file="${ASSETS_DIR}/n-2-charts.yaml"
3030

3131
# add warning not to edit file directly
3232
cat <<EOF >"${GIT_REPO_ROOT}/hack/addons/mindthegap-helm-registry/repos.yaml"

0 commit comments

Comments
 (0)