summaryrefslogtreecommitdiffstats
path: root/remoting/tools/runclient.py
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/tools/runclient.py')
-rwxr-xr-xremoting/tools/runclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/tools/runclient.py b/remoting/tools/runclient.py
index 17ba8da..12a4c5f 100755
--- a/remoting/tools/runclient.py
+++ b/remoting/tools/runclient.py
@@ -11,7 +11,7 @@
import os
import platform
-auth_filepath = os.path.join(os.getenv('HOME'), '.chromotingAuthToken')
+auth_filepath = os.path.join(os.path.expanduser('~'), '.chromotingAuthToken')
script_path = os.path.dirname(__file__)
if platform.system() == "Windows":