Update PSGraylog module installation script to use the correct module path

This commit is contained in:
Nathan Windisch 2024-07-25 15:12:10 +01:00
parent a094ec86ba
commit 13d01d9eb1

View File

@ -9,7 +9,7 @@
@{
# Script module or binary module file associated with this manifest.
RootModule = 'PSGraylog.psm1'
RootModule = "$PSScriptRoot\PSGraylog.psm1"
# Version number of this module.
ModuleVersion = '0.0.1'