Skip to content

Commit

Permalink
Bugfix Issue #488 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
tron2k authored Mar 31, 2023
1 parent 9b325f3 commit 5492a30
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 @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed typo.
- xExchangeHelper
- Fixed module import error ([issue #481](https://github.com/dsccommunity/xExchange/issues/481)).
- xExchangeHelper
- Fixed error on first Exchange Module import ([Issue #488](https://github.com/dsccommunity/xExchange/issues/488)).

## [1.33.0] - 2021-10-31

Expand Down
2 changes: 1 addition & 1 deletion source/Modules/xExchangeHelper/xExchangeHelper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function Get-RemoteExchangeSession
}
}

Import-RemoteExchangeModule -Session $session -Verbose:$VerbosePreference
Import-RemoteExchangeModule -Session $session -Verbose:$VerbosePreference | Out-Null
}
}
else
Expand Down

0 comments on commit 5492a30

Please sign in to comment.