Updated common.requires_os calls (#3109)

This commit is contained in:
eric-forte-elastic
2023-10-03 10:47:58 -04:00
committed by GitHub
parent 8f122197bb
commit bba8cd3b57
484 changed files with 484 additions and 484 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ VBS = common.get_path("bin", "persistent_script.vbs")
NAME = "rta-vbs-persistence"
@common.requires_os(metadata.platforms)
@common.requires_os(*metadata.platforms)
@common.dependencies(common.PS_EXEC, VBS)
def main():
common.log("Persistent Scripts")