aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_41/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Lessons/Lesson_41/README.md')
-rw-r--r--Lessons/Lesson_41/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lessons/Lesson_41/README.md b/Lessons/Lesson_41/README.md
index 130b22f..6b68e92 100644
--- a/Lessons/Lesson_41/README.md
+++ b/Lessons/Lesson_41/README.md
@@ -412,7 +412,7 @@ Let's create a python app that would parse this file, create a `GUID:NAME` dicti
from shutil import copyfile
GUIDS_FILE_PATH = "Build/OvmfX64/DEBUG_GCC5/FV/Guid.xref"
-EXTRA_GUIDS_FILE_PATH = ""
+EXTRA_GUIDS_FILE_PATH = "Guid_extra.xref"
LOG_IN_FILE_PATH = "debug.log"
LOG_OUT_FILE_PATH = "debug_parsed.log"