From cad0133073abf90430ab9075acb1400b657bdb0a Mon Sep 17 00:00:00 2001 From: Dragoon Dorise Date: Sat, 12 Oct 2024 02:11:27 +0200 Subject: [PATCH] fix cloud --- tools/cloudSync/cloud_sync_watcher_user.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cloudSync/cloud_sync_watcher_user.ps1 b/tools/cloudSync/cloud_sync_watcher_user.ps1 index 079c3250..de8f1af7 100644 --- a/tools/cloudSync/cloud_sync_watcher_user.ps1 +++ b/tools/cloudSync/cloud_sync_watcher_user.ps1 @@ -1,4 +1,4 @@ -$user="$args[0]" +$user="$args" $userPath = "C:\Users\$user" $logPath = Join-Path -Path "$userPath" -ChildPath 'EmuDeck\logs\cloudWatcher.log' $f1 = Join-Path -Path "$userPath" -ChildPath 'EmuDeck\settings.ps1'