Skip to content

Commit

Permalink
Update cleanup.ps1 (#74)
Browse files Browse the repository at this point in the history
Changed 'Del' to 'Remove-Item' based on a warning in Visual Studio Code: "'Del' is an alias of 'Remove-Item'. Alias can introduce possible problems and make scripts hard to maintain. Please consider changing alias to its full content."
  • Loading branch information
fujiiface authored and mwrock committed Jan 15, 2017
1 parent 8b04eb4 commit 9af4b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cleanup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ finally {
}
}

Del $FilePath
Remove-Item $FilePath

0 comments on commit 9af4b46

Please sign in to comment.