summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/sources/tar.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/plugins/sources/tar.py')
-rw-r--r--src/buildstream/plugins/sources/tar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/plugins/sources/tar.py b/src/buildstream/plugins/sources/tar.py
index ef2ee1d85..5da2aedfe 100644
--- a/src/buildstream/plugins/sources/tar.py
+++ b/src/buildstream/plugins/sources/tar.py
@@ -73,7 +73,7 @@ class TarSource(DownloadableFileSource):
super().configure(node)
self.base_dir = node.get_str('base-dir', '*')
- self.node_validate(node, DownloadableFileSource.COMMON_CONFIG_KEYS + ['base-dir'])
+ node.validate_keys(DownloadableFileSource.COMMON_CONFIG_KEYS + ['base-dir'])
def preflight(self):
self.host_lzip = None