From 13d01d9eb1412f3a3b1a0e172baa7cfd829b8fa9 Mon Sep 17 00:00:00 2001 From: Nathan Windisch Date: Thu, 25 Jul 2024 15:12:10 +0100 Subject: [PATCH] Update PSGraylog module installation script to use the correct module path --- PSGraylog.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSGraylog.psd1 b/PSGraylog.psd1 index 9e4cdc5..fd176ed 100644 --- a/PSGraylog.psd1 +++ b/PSGraylog.psd1 @@ -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'