From dbc8268bce1b2321dd8f64562c0d25a127cefe5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= <33513211+antirotor@users.noreply.github.com> Date: Wed, 14 Apr 2021 16:12:45 +0200 Subject: [PATCH] fix comment is ps1 --- tools/fetch_thirdparty_libs.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/fetch_thirdparty_libs.ps1 b/tools/fetch_thirdparty_libs.ps1 index f79cfdd267..d1b914fac2 100644 --- a/tools/fetch_thirdparty_libs.ps1 +++ b/tools/fetch_thirdparty_libs.ps1 @@ -5,7 +5,6 @@ .DESCRIPTION This will download third-party dependencies specified in pyproject.toml and extract them to vendor/bin folder. - #> .EXAMPLE