Skip to content

Commit

Permalink
[Fix] build/download_externals: Fix typo in Delete-File.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21348 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Aug 7, 2024
1 parent a092c40 commit 85287ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scriptlib/Delete-File.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
param([String]$filename="")
Remove-Item $filenme
Remove-Item $filename
exit 0

0 comments on commit 85287ca

Please sign in to comment.