Skip to content

Commit

Permalink
Update check-shell - fix typo in support-bundle filename (#291)
Browse files Browse the repository at this point in the history
fix typo in support-bundle filename
  • Loading branch information
adamancini authored Jul 10, 2023
1 parent a8f015c commit 5be3c1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euxo pipefail
result=0

# look for the preflight template file
if [[ ! -f /home/replicant/harbor/templates/troubleshoot/support-bnundle.yaml ]] ; then
if [[ ! -f /home/replicant/harbor/templates/troubleshoot/support-bundle.yaml ]] ; then
fail-message 'Please create the support bundle spec template file in the Harbor Helm chart template directory'
let "reasult = result + 1"
fi
Expand Down

0 comments on commit 5be3c1d

Please sign in to comment.