Skip to content

Commit

Permalink
fix cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Oct 12, 2024
1 parent d75d587 commit cad0133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cloudSync/cloud_sync_watcher_user.ps1
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit cad0133

Please sign in to comment.