Rename os_facts.lp to os_compatibility.lp (#31206)

Follow-up from #31170
This commit is contained in:
Massimiliano Culpo 2022-06-27 18:15:25 +02:00 committed by GitHub
parent 5698846619
commit 11d71ca85e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -631,7 +631,7 @@ def visit(node):
# Load the file itself
self.control.load(os.path.join(parent_dir, 'concretize.lp'))
self.control.load(os.path.join(parent_dir, "os_facts.lp"))
self.control.load(os.path.join(parent_dir, "os_compatibility.lp"))
self.control.load(os.path.join(parent_dir, "display.lp"))
timer.phase("load")