refactor: rename meta to plugin in table header

This commit is contained in:
Andrew Phillips
2025-08-27 20:07:29 -03:00
committed by Andrew Phillips (aider)
parent 7bc9dedccd
commit 10cd22ee1a
4 changed files with 3 additions and 3 deletions

View File

@@ -236,7 +236,7 @@ impl MetaPlugin for HostnameMetaPlugin {
};
}
let mut metadata = Vec::new();
let metadata = Vec::new();
// Get the full hostname
let full_hostname = self.get_hostname();