Skip to content

Commit

Permalink
fix: swap around
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Oct 11, 2023
1 parent a05d43c commit 8dcb50c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/k8s/chart/templates/v11y/walker/030-CronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ spec:
name: cvelist
command: ["/bin/sh"]
args:
- "-c"
- "-ec"
- |
if test -d cvelistV5; then
git clone https://github.com/CVEProject/cvelistV5
else
cd cvelistV5
git pull
else
git clone https://github.com/CVEProject/cvelistV5
fi
containers:
Expand Down

0 comments on commit 8dcb50c

Please sign in to comment.