From d9b188782f96ec30221f920ced557918f81911f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Thu, 14 Sep 2023 09:25:38 +0200 Subject: [PATCH] err --- .github/workflows/stuff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stuff.yml b/.github/workflows/stuff.yml index 47ed83701a788..cec8a094f38ab 100644 --- a/.github/workflows/stuff.yml +++ b/.github/workflows/stuff.yml @@ -26,7 +26,7 @@ jobs: & { Start-Sleep -s 2 Set-Variable -Name "file" -Value "./examples/asset/processing/assets/a.cool.ron" - (Get-Content $file) -replace '"a"', '"modified"' | Add-Content -Path "$file.tmp" -Force + (Get-Content $file) -replace '"a"', '"modifiied"' | Add-Content -Path "$file.tmp" -Force Remove-Item -Path $file Move-Item -Path "$File.tmp" -Destination $file } &