From b9a7d5e4bd5f836a20417dc98b9404c570ecb160 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 21 Oct 2021 17:12:39 -0700 Subject: [PATCH] Fix URL protocol for non-insiders builds (#17446) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 342494123b..eda120dedf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azuredatastudio", "version": "1.33.0", - "distro": "01b299c0f340f6cf9dc10290b3aadea449c7940f", + "distro": "e39d1a2d41862fb0f5b4e8fc0886680e32ea5e27", "author": { "name": "Microsoft Corporation" },