Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
!Deploy!
Browse files Browse the repository at this point in the history
  • Loading branch information
DamagedDingo committed May 27, 2021
1 parent 5e35ca6 commit 24659b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion JSM.Insight/Public/Get-WorkspaceID.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 24659b2

Please sign in to comment.