Skip to content

Commit

Permalink
v0.0.0.022
Browse files Browse the repository at this point in the history
  • Loading branch information
INeddHelp committed Mar 18, 2023
1 parent b07f7ee commit 34493d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/make_file.ps1
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 34493d1

Please sign in to comment.