Skip to content

Commit 1a9c2c5

Browse files
author
Sergey Zalyadeev
committed
variables POWERSLIM_PATH, POWERSLIM_HOME
1 parent 411a0dc commit 1a9c2c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

slim.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ $slimsymbols = new-Object 'system.collections.generic.dictionary[string,object]'
1616
$REQUEST_READ_TIMEOUT = 10000
1717
$script:SLIM_ABORT_TEST = $false
1818
$script:SLIM_ABORT_SUITE = $false
19-
19+
$script:POWERSLIM_PATH = $MyInvocation.MyCommand.Path
20+
$script:POWERSLIM_HOME = Split-Path -Parent $MyInvocation.MyCommand.Path
2021

2122
function Get-SlimTable($slimchunk){
2223

0 commit comments

Comments
 (0)