We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2b1e4 commit 1a90ca9Copy full SHA for 1a90ca9
test/test.ps1
@@ -1,7 +1,7 @@
1
param (
2
[string]$Tag = ''
3
)
4
-$MODULE_NAME = 'Log-Rotate'
+$MODULE_NAME = (Get-Item $PSScriptRoot/../).Name
5
$MODULE_DIR = "$PSScriptRoot/../src/$MODULE_NAME"
6
$MODULE_PATH = "$MODULE_DIR/$MODULE_NAME.psm1"
7
0 commit comments