Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit aa0f5de

Browse files
committed
fix: precommit
1 parent d57fa75 commit aa0f5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/addons/add-warning-helm-configmap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source "${SCRIPT_DIR}/../common.sh"
1010
ASSETS_DIR="$(mktemp -d -p "${TMPDIR:-/tmp}")"
1111
mv "${GIT_REPO_ROOT}/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml" "${ASSETS_DIR}/helm-config.yaml"
1212
# add warning not to edit file directly
13-
cat <<EOF > "${GIT_REPO_ROOT}/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml"
13+
cat <<EOF >"${GIT_REPO_ROOT}/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml"
1414
$(cat "${GIT_REPO_ROOT}/hack/license-header.yaml.txt")
1515
1616
#=================================================================

0 commit comments

Comments
 (0)