We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa0a43 commit 3d0d662Copy full SHA for 3d0d662
src/cmdlib.sh
@@ -395,7 +395,7 @@ EOF
395
# Because right now rpm-ostree doesn't look for .repo files in
396
# each included dir.
397
# https://github.com/projectatomic/rpm-ostree/issues/1628
398
- find "${configdir}/" -name '*.repo' -maxdepth 1 -type f -exec cp -t "${tmp_overridesdir}" {} +
+ find "${configdir}/" -maxdepth 1 -type f -name '*.repo' -exec cp -t "${tmp_overridesdir}" {} +
399
if [ -d "${workdir}/src/yumrepos" ]; then
400
find "${workdir}/src/yumrepos/" -maxdepth 1 -type f -name '*.repo' -exec cp -t "${tmp_overridesdir}" {} +
401
fi
0 commit comments