From 34493d1e581bfe05b600c6f55722a66af14bcdd5 Mon Sep 17 00:00:00 2001 From: INeedHelp Date: Sat, 18 Mar 2023 21:34:19 +0100 Subject: [PATCH] v0.0.0.022 --- .scripts/make_file.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/make_file.ps1 b/.scripts/make_file.ps1 index dfcf642..abb38df 100644 --- a/.scripts/make_file.ps1 +++ b/.scripts/make_file.ps1 @@ -1,4 +1,4 @@ $sourceFilePath = "words_alpha.txt" -$destinationFilePath = "$([Environment]::GetFolderPath('Desktop'))\file.txt" +$destinationFilePath = "$([Environment]::GetFolderPath('Desktop'))\words_alpha.txt" Copy-Item -Path $sourceFilePath -Destination $destinationFilePath