From ec8bc9b79db78d4896da7e023e794df9745062a0 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 18 Apr 2024 16:56:06 +0200 Subject: [PATCH] tools fixtypo --- tools/private/Common-Deploy.ps1 | 2 +- tools/private/Edit-FetchContentGitTag.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/private/Common-Deploy.ps1 b/tools/private/Common-Deploy.ps1 index 95fbefeb8..83a840dba 100644 --- a/tools/private/Common-Deploy.ps1 +++ b/tools/private/Common-Deploy.ps1 @@ -3,7 +3,7 @@ Set-StrictMode -Version 3.0 # This file contains some functions for deploy.ps1 script, they were extracted because they are -# reused in the vcpkg-Windows.yml and vcpkg-Linux.yml GitHub actions. +# reused in the vcpkg-windows.yml and vcpkg-linux.yml GitHub actions. # Common functions # --- diff --git a/tools/private/Edit-FetchContentGitTag.ps1 b/tools/private/Edit-FetchContentGitTag.ps1 index 7c892c632..8da891539 100644 --- a/tools/private/Edit-FetchContentGitTag.ps1 +++ b/tools/private/Edit-FetchContentGitTag.ps1 @@ -12,7 +12,7 @@ Param( Set-StrictMode -Version 3.0 -# Used by the vcpkg-Windows.yml and vcpkg-Linux.yml workflow +# Used by the vcpkg-windows.yml and vcpkg-linux.yml workflow # Common functions # ---