From 24659b23d7f77f867bf31146866f9c8d29260234 Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Thu, 27 May 2021 16:32:34 +1000 Subject: [PATCH] !Deploy! --- CHANGELOG.md | 2 ++ JSM.Insight/Public/Get-WorkspaceID.ps1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d83b8..f2ee8b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Format as below (Requires the '### Added' as a header or task fails) ...- Update ReadMe.MD ## [Unreleased] +### Added +- Typo fix ## [1.2] - 2021-05-27 ### Added diff --git a/JSM.Insight/Public/Get-WorkspaceID.ps1 b/JSM.Insight/Public/Get-WorkspaceID.ps1 index 124e4e5..de0f8c7 100644 --- a/JSM.Insight/Public/Get-WorkspaceID.ps1 +++ b/JSM.Insight/Public/Get-WorkspaceID.ps1 @@ -22,7 +22,7 @@ function Get-WorkspaceID { catch { Write-Error -Message "$($_.Exception.Message)" -ErrorId $_.Exception.Code -Category InvalidOperation } - $script:InsightWorkstationID = $response.values.workspaceId + $script:InsightWorkspaceID = $response.values.workspaceId $response.values.workspaceId Write-Verbose "[$($MyInvocation.MyCommand.Name)] Complete"