Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
SRE-2600: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mntlb authored May 7, 2020
1 parent c50b794 commit f593ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hrval-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for f in `find ${DIR} -type f -name '*.yaml' -or -name '*.yml'`; do
if [[ ${f} =~ ${IGNORE_EXPRESSION} ]]; then
echo "Skipping file by ignore expression"
continue
else
fi
if [[ $(isHelmRelease ${f}) == "true" ]]; then
${HRVAL} ${f} ${IGNORE_VALUES} ${KUBE_VER} ${HELM_VER}
FILES_TESTED=$(( FILES_TESTED+1 ))
Expand Down

0 comments on commit f593ae4

Please sign in to comment.