From cec0cd658b1c5b2ce4cc8a65197264d99fc267b2 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Fri, 3 May 2019 20:42:49 -0700 Subject: [PATCH] Typo. --- hifi_vcpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hifi_vcpkg.py b/hifi_vcpkg.py index 6d64a76f73..39e4a3a788 100644 --- a/hifi_vcpkg.py +++ b/hifi_vcpkg.py @@ -249,7 +249,7 @@ endif() elif platform.system() == 'Darwin': url = 'https://hifi-qa.s3.amazonaws.com/qt5/Mac/qt5-install.tar.gz' elif platform.system() == 'Linux': - if (platform.linux_distribution()[1] == '16.04': + if platform.linux_distribution()[1] == '16.04': self.vcpkgUrl = 'https://hifi-qa.s3.amazonaws.com/qt5/Ubuntu/16.04/qt5-install.tar.gz' elif platform.linux_distribution()[1] == '18.04': self.vcpkgUrl = "https://hifi-qa.s3.amazonaws.com/qt5/Ubuntu/18.04/qt5-install.tar.gz"