Add missing command line argument
This commit is contained in:
parent
02e7cc995b
commit
e1968d7af1
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue