Skip to content

Commit

Permalink
fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasDeceuninck committed Jul 10, 2017
1 parent 8a17063 commit 8914890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AtlassianCLI/Public/Atlassian/New-AtlassianSession.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function New-AtlassianSession {
Process{
$sessionObject = New-Object AtlassianSession -Property @{
Credential = $Credential
Server = $Server
Server = $Server -replace '^(.*[^/]+)[/]*$','$1'
}
if(Test-Path variable:global:$SESSIONVARIABLENAME){
if($PSCmdlet.ShouldProcess(
Expand Down

0 comments on commit 8914890

Please sign in to comment.