diff options
-rw-r--r-- | scanfiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scanfiles.py b/scanfiles.py index 6ed6a80..6b72ce0 100644 --- a/scanfiles.py +++ b/scanfiles.py @@ -68,7 +68,7 @@ def scanproject(dir,projecttype): if projecttype == "guess": filestolookfor = ["Makefile","makefile"] #add more later elif projecttype == "makefile": - filestolookfor = ["Makefile","makeifle"] + filestolookfor = ["Makefile","makefile"] mfile = scandirfor(dir, filestolookfor)[0] #use first file found print(mfile) |