diff --git a/LANCommander/Snippets/Functions/Get-GameManifest.ps1 b/LANCommander/Snippets/Functions/Get-GameManifest.ps1 index 5fa659b..26de106 100644 --- a/LANCommander/Snippets/Functions/Get-GameManifest.ps1 +++ b/LANCommander/Snippets/Functions/Get-GameManifest.ps1 @@ -1 +1 @@ -$manifest = Get-GameManifest "C:\\Games\\" \ No newline at end of file +$manifest = Get-GameManifest "C:\Games\" \ No newline at end of file