Change quotes in get_files.sh.
This commit is contained in:
parent
232922bc42
commit
cda48cd83d
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ set -e
|
|||
directory="${DIRECTORY}"
|
||||
# shellcheck disable=SC2153
|
||||
files="${FILES}"
|
||||
newline_str='
|
||||
'
|
||||
newline_str="
|
||||
"
|
||||
(
|
||||
cd "$directory"
|
||||
#shellcheck disable=SC2086
|
||||
|
|
Loading…
Reference in a new issue