Skip to content

Commit

Permalink
Merge pull request #3 from alexrosenfeld10/patch-1
Browse files Browse the repository at this point in the history
use raw string for browser path
  • Loading branch information
zachhuff386 authored Aug 20, 2024
2 parents 2d32af8 + 1b1d149 commit a12601d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BASH_PROFILE_PATH = '~/.bash_profile'
DEF_KNOWN_HOSTS_PATH = '~/.ssh/known_hosts'
DEF_SSH_CONF_PATH = '~/.ssh/config'
BROWSER_PATH = '/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe'
BROWSER_PATH = r'/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe'

USAGE = """\
Usage: pritunl-ssh [command]
Expand Down

0 comments on commit a12601d

Please sign in to comment.