remove non-functional reference
This commit is contained in:
Родитель
c68964f10e
Коммит
e432dcc820
|
@ -9,12 +9,7 @@ $hostOs = (Get-CimInstance Win32_OperatingSystem)
|
|||
. (Join-Path $RootPath "settings.ps1")
|
||||
|
||||
function Head($text) {
|
||||
try {
|
||||
$s = (New-Object System.Net.WebClient).DownloadString("http://artii.herokuapp.com/make?text=$text")
|
||||
} catch {
|
||||
$s = $text
|
||||
}
|
||||
Write-Host -ForegroundColor Yellow $s
|
||||
Write-Host -ForegroundColor Yellow $text
|
||||
}
|
||||
|
||||
$push = $true
|
||||
|
|
|
@ -5,12 +5,7 @@ $filesOnly = $false
|
|||
. (Join-Path $RootPath "settings.ps1")
|
||||
|
||||
function Head($text) {
|
||||
try {
|
||||
$s = (New-Object System.Net.WebClient).DownloadString("http://artii.herokuapp.com/make?text=$text")
|
||||
} catch {
|
||||
$s = $text
|
||||
}
|
||||
Write-Host -ForegroundColor Yellow $s
|
||||
Write-Host -ForegroundColor Yellow $text
|
||||
}
|
||||
|
||||
$testImages = $false
|
||||
|
|
Загрузка…
Ссылка в новой задаче