Skip to content

Commit

Permalink
Update docker-run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ymedlop authored Apr 19, 2024
1 parent 765df8c commit e320234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/ash

set -e
for D in $(find charts -not -path '*/.*' -mindepth 1 -maxdepth 1 -type d)
do
helm dependency update $D
Expand Down

0 comments on commit e320234

Please sign in to comment.