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