Skip to content

Commit e3cf9f6

Browse files
author
Gildas Cherruel
committed
Moved source code to the current folder
1 parent 0773b8a commit e3cf9f6

35 files changed

+3
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

lib/Get-ICUser.ps1 Get-ICUser.ps1

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

lib/New-ICUser.ps1 New-ICUser.ps1

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

lib/Posh-IC.psm1 Posh-IC.psm1

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/ICSession.tests.ps1

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# See https://github.com/pester/Pester
55
#
66

7-
$here = Split-Path -Parent $MyInvocation.MyCommand.Path
8-
$lib = Join-Path (Split-Path -Parent $here) 'lib'
7+
$lib = Split-Path -Parent $MyInvocation.MyCommand.Path
98

109
Push-Location $lib
1110
Import-Module .\Posh-IC.psm1

tests/ICSessionStatus.tests.ps1

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# See https://github.com/pester/Pester
55
#
66

7-
$here = Split-Path -Parent $MyInvocation.MyCommand.Path
8-
$lib = Join-Path (Split-Path -Parent $here) 'lib'
7+
$lib = Split-Path -Parent $MyInvocation.MyCommand.Path
98

109
Push-Location $lib
1110
Import-Module .\Posh-IC.psm1

tests/tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $currentPath= Split-Path((Get-Variable MyInvocation -Scope 0).Value).MyCommand.P
3131
# Update module
3232
# -------------
3333
Remove-Module Posh-IC
34-
Import-Module "$($currentPath)\..\lib\Posh-IC.psm1"
34+
Import-Module "$($currentPath)\..\Posh-IC.psm1"
3535

3636
##################
3737
# Connect to CIC #

0 commit comments

Comments
 (0)