From 3cab4be119f0b006e52fd44b10688af882861da3 Mon Sep 17 00:00:00 2001 From: Alexander Holstrup <117829001+aholstrup1@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:57:45 +0100 Subject: [PATCH] Update AL-Go-Helper.ps1 --- Actions/AL-Go-Helper.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Actions/AL-Go-Helper.ps1 b/Actions/AL-Go-Helper.ps1 index 2549f6b18..c3d1f54b2 100644 --- a/Actions/AL-Go-Helper.ps1 +++ b/Actions/AL-Go-Helper.ps1 @@ -5,7 +5,7 @@ $gitHubHelperPath = Join-Path $PSScriptRoot 'Github-Helper.psm1' if (Test-Path $gitHubHelperPath) { Import-Module $gitHubHelperPath - # If we are adding more dependencies here, then localDevEnv and cloudDevEnv needs to be updated + # If we are adding more dependencies here, then localDevEnv and cloudDevEnv needs to be updated } $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0