Skip to content

Commit

Permalink
fix auto connect ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinibiavatti1 committed Nov 10, 2022
1 parent 67e81dc commit 388b51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/auto_connect.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$command = "start ceclient.exe --auto-connect"
Invoke-Expression($command)
$command = "./ceclient.exe --auto-connect"
Invoke-Expression $command

# Use -h or --help argument to check the valid arguments
# start ceclient.exe --help
Expand Down

0 comments on commit 388b51d

Please sign in to comment.