Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Fixed quoting #2983
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Sep 16, 2022
1 parent 204cb3c commit 4b4279f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Dockerfile.tail
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RUN <<EOF
find ${prefix} -type f \
find "${prefix}" -type f \
| grep -v "${prefix}${docker_setup_manifests}/${name}.txt" \
>"${prefix}${docker_setup_manifests}/${name}.txt"
EOF
Expand Down

0 comments on commit 4b4279f

Please sign in to comment.