Updated common.requires_os calls (#3109)
This commit is contained in:
committed by
GitHub
parent
8f122197bb
commit
bba8cd3b57
@@ -20,7 +20,7 @@ metadata = RtaMetadata(
|
||||
EXE_FILE = common.get_path("bin", "renamed_posh.exe")
|
||||
|
||||
|
||||
@common.requires_os(metadata.platforms)
|
||||
@common.requires_os(*metadata.platforms)
|
||||
def main():
|
||||
netsh = "C:\\Users\\Public\\netsh.exe"
|
||||
common.copy_file(EXE_FILE, netsh)
|
||||
|
||||
Reference in New Issue
Block a user