mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-14 21:57:52 +08:00
minor fix
This commit is contained in:
@ -65,7 +65,7 @@ function Digest-Hash($path) {
|
|||||||
function Get-VersionStr() {
|
function Get-VersionStr() {
|
||||||
|
|
||||||
# Clear existing variable
|
# Clear existing variable
|
||||||
Clear-Variable -name string
|
if ($string) { Clear-Variable -name string }
|
||||||
|
|
||||||
# Determine if git is available
|
# Determine if git is available
|
||||||
if (Get-Command "git.exe" -ErrorAction SilentlyContinue)
|
if (Get-Command "git.exe" -ErrorAction SilentlyContinue)
|
||||||
|
Reference in New Issue
Block a user