diff --git a/loaih/__init__.py b/loaih/__init__.py index a00384f..f8806af 100644 --- a/loaih/__init__.py +++ b/loaih/__init__.py @@ -77,7 +77,7 @@ class Build(object): for arch in self.arch: # For generalized builds, we need to check if there are .ver file # and it contains the specific version found. - print("Debug: searching for {file}".format(file = self.genappimagefilename[arch] . 'ver')) + print("Debug: searching for {file}".format(file = self.genappimagefilename[arch] + '.ver')) res = subprocess.run("find {path} -name {appimage}'".format( path = self.storage_path, appimage = self.genappimagefilename[arch] + '.ver'