diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 index a67a56bd4..84225865a 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 @@ -94,7 +94,6 @@ $toolsList = @( (Get-GitVersion), (Get-GitLFSVersion), (Get-GitFTPVersion), - (Get-GoogleCloudSDKVersion), (Get-HavegedVersion), (Get-HerokuVersion), (Get-HHVMVersion), @@ -142,6 +141,7 @@ $markdown += New-MDList -Style Unordered -Lines @( (Get-AzureCliVersion), (Get-AzureDevopsVersion), (Get-GitHubCliVersion), + (Get-GoogleCloudSDKVersion), (Get-HubCliVersion), (Get-NetlifyCliVersion), (Get-OCCliVersion),