Updated common.requires_os calls (#3109)
(cherry picked from commit bba8cd3b57)
This commit is contained in:
committed by
github-actions[bot]
parent
dd080b7850
commit
5e5ac212ae
@@ -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..")
|
||||
|
||||
Reference in New Issue
Block a user