Skip to content

Commit

Permalink
Test-SdkClient - test update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jun 21, 2021
1 parent a71e026 commit 0758191
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/authentication/Test-SdkClient.ps1
Expand Up @@ -30,6 +30,7 @@ function Test-SdkClient {
https://docs.thycotic.com/ss/10.9.0/api-scripting/sdk-cli/index.md#task_1__configuring_secret_server
#>
[cmdletbinding()]
[OutputType('System.Boolean')]
param(
# Secret Server
[Parameter(Mandatory)]
Expand All @@ -44,7 +45,6 @@ function Test-SdkClient {
$ConfigPath
)
begin {
$tssParams = $PSBoundParameters
$tssExe = [IO.Path]::Combine([string]$PSModuleRoot, 'bin', 'tss.exe')

if ($IsLinux) {
Expand Down

0 comments on commit 0758191

Please sign in to comment.