Skip to content

Commit 475dca5

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update get_repos_info function"
2 parents b7cfdc2 + b57637c commit 475dca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/scripts-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function log_instance_info {
260260
}
261261

262262
function get_repos_info {
263-
for i in /etc/apt/sources.list /etc/apt/sources.list.d/* /etc/yum.conf /etc/yum.repos.d/* /etc/zypp/repos.d/*; do
263+
for i in /etc/apt/sources.list /etc/apt/sources.list.d/* /etc/dnf/dnf.conf /etc/yum.repos.d/*; do
264264
if [ -f "${i}" ]; then
265265
echo -e "\n$i"
266266
cat $i

0 commit comments

Comments
 (0)