Skip to content

Commit 4c9f684

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 10d5451 commit 4c9f684

13 files changed

Lines changed: 37685 additions & 29681 deletions

File tree

scripts/generate-inner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
script_dir=$(dirname "$(realpath "${BASH_SOURCE[0]}")")
44
script_parent_dir=$(dirname "$script_dir")
55
find ${script_parent_dir} -regex ".*config/.*.yaml" -print0 | while IFS= read -r -d $'\0' cfile; do
6-
echo "Generating: $cfile"
7-
/usr/local/bin/docker-entrypoint.sh generate -c "$cfile"
6+
echo "Generating: $cfile"
7+
/usr/local/bin/docker-entrypoint.sh generate -c "$cfile"
88
done
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.0
1+
7.2.0

0 commit comments

Comments
 (0)