Fix Google CloudSDK version output (#6550)
This commit is contained in:
@@ -258,7 +258,7 @@ function Get-StackVersion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Get-GoogleCloudSDKVersion {
|
function Get-GoogleCloudSDKVersion {
|
||||||
(gcloud --version) -match "Google Cloud SDK"
|
(cmd /c "gcloud --version") -match "Google Cloud SDK"
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-ServiceFabricSDKVersion {
|
function Get-ServiceFabricSDKVersion {
|
||||||
|
|||||||
Reference in New Issue
Block a user