From 42c3be5a34dee1663a14b80c855e4e125205eb2b Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Sun, 4 Oct 2020 22:17:37 +0200 Subject: [PATCH] typo --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3d533492c..00803b339 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -141,7 +141,7 @@ clone_script: Write-Host "ProxSpace: move cache..." -NoNewLine - Move-Item -Path "C:\cache" -Destination "$env:proxspace_path\msys2\var\chache" -ErrorAction SilentlyContinue + Move-Item -Path "C:\cache" -Destination "$env:proxspace_path\msys2\var\cache" -ErrorAction SilentlyContinue Write-Host "[ OK ]" -ForegroundColor Gree @@ -244,7 +244,7 @@ build_script: ExecMinGWCmd 'yes | pacman -Sc > /dev/null 2>&1' - Move-Item -Path "$env:proxspace_path\msys2\var\chache" -Destination "C:\cache" + Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "C:\cache" Write-Host "[ OK ]" -ForegroundColor Gree