summaryrefslogtreecommitdiffstats
path: root/.pytool/Plugin/DscCompleteCheck/DscCompleteCheck.py
diff options
context:
space:
mode:
Diffstat (limited to '.pytool/Plugin/DscCompleteCheck/DscCompleteCheck.py')
-rw-r--r--.pytool/Plugin/DscCompleteCheck/DscCompleteCheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pytool/Plugin/DscCompleteCheck/DscCompleteCheck.py b/.pytool/Plugin/DscCompleteCheck/DscCompleteCheck.py
index c613cd5233..351137c5e4 100644
--- a/.pytool/Plugin/DscCompleteCheck/DscCompleteCheck.py
+++ b/.pytool/Plugin/DscCompleteCheck/DscCompleteCheck.py
@@ -58,7 +58,7 @@ class DscCompleteCheck(ICiBuildPlugin):
"DscPath not found in config file. Nothing to check.")
return -1
- abs_pkg_path = Edk2pathObj.GetAbsolutePathOnThisSytemFromEdk2RelativePath(
+ abs_pkg_path = Edk2pathObj.GetAbsolutePathOnThisSystemFromEdk2RelativePath(
packagename)
abs_dsc_path = os.path.join(abs_pkg_path, pkgconfig["DscPath"].strip())
wsr_dsc_path = Edk2pathObj.GetEdk2RelativePathFromAbsolutePath(