Add missing command line argument

This commit is contained in:
Manuel Thalmann 2024-03-25 19:32:59 +01:00
parent 2c840ec829
commit 61e44772a2

View file

@ -7,7 +7,7 @@ env:
path: []
script:
- value: |
find {/etc,~/.config}/bash/conf.d/* 2> /dev/null |
find {/etc,~/.config}/bash/conf.d/* -print0 2> /dev/null |
while IFS= read -r -d '' file;
do
. "$file";