minor fix

This commit is contained in:
David Refoua 2018-03-30 23:31:51 +04:30
parent b36b8a4cb3
commit 502129d4f9

View File

@ -65,7 +65,7 @@ function Digest-Hash($path) {
function Get-VersionStr() {
# Clear existing variable
Clear-Variable -name string
if ($string) { Clear-Variable -name string }
# Determine if git is available
if (Get-Command "git.exe" -ErrorAction SilentlyContinue)