From aa5ca17eacdc286f33ac00a417ce9899ef207e02 Mon Sep 17 00:00:00 2001 From: Pavel Iakovenko Date: Thu, 18 Jul 2024 08:12:10 -0400 Subject: [PATCH] Revert debug changes --- images/macos/scripts/build/install-powershell.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/images/macos/scripts/build/install-powershell.sh b/images/macos/scripts/build/install-powershell.sh index 80b24c036..d6c2a9fc8 100644 --- a/images/macos/scripts/build/install-powershell.sh +++ b/images/macos/scripts/build/install-powershell.sh @@ -10,8 +10,6 @@ echo Installing PowerShell... arch=$(get_arch) metadata_json_path=$(download_with_retry "https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/metadata.json") -echo $metadata_json_path -cat $metadata_json_path pwshVersionToolset=$(get_toolset_value '.pwsh.version') pwshVersions=$(jq -r '.LTSReleaseTag[]' $metadata_json_path)