[PATCH] Fix a typo in an error message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"DD repository needs to be a file file or a directory: %s" contains
double "file".

* dracut/driver_updates.py (save_repo): Fix word doubling typo in
message.
---
 dracut/driver_updates.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dracut/driver_updates.py b/dracut/driver_updates.py
index c5f2cec..3c0b714 100755
--- a/dracut/driver_updates.py
+++ b/dracut/driver_updates.py
@@ -280,7 +280,8 @@ def save_repo(repo, target="/run/install"):
             else:
                 log.warning("DD repo content not a file: %s", item_path)
     else:
-        log.error("ERROR: DD repository needs to be a file file or a directory: %s", repo)
+        log.error("ERROR: DD repository needs to be a file or a directory: %s",
+                  repo)
     return newdir
 
 def extract_drivers(drivers=None, repos=None, outdir="/updates",
-- 
2.1.4

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list



[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux