Updated common.requires_os calls (#3109)

(cherry picked from commit bba8cd3b57)
This commit is contained in:
eric-forte-elastic
2023-10-03 10:47:58 -04:00
committed by github-actions[bot]
parent dd080b7850
commit 5e5ac212ae
484 changed files with 484 additions and 484 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ metadata = RtaMetadata(
techniques=["T1059", "T1071"],
)
@common.requires_os(metadata.platforms)
@common.requires_os(*metadata.platforms)
def main():
common.log("Creating a fake Java executable..")