Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtp.py b/gtp.py
index 646c271..9b0b620 100644
--- a/gtp.py
+++ b/gtp.py
@@ -31,7 +31,7 @@ def search_for_gnugo():
for path in paths:
if exists(join(path, 'gnugo')):
return abspath(join(path, 'gnugo'))
- default_path = join(get_bundle_path(), 'gnugo', 'gnugo')
+ default_path = join(get_bundle_path(), 'bin', 'gnugo')
if exists(default_path):
return abspath(default_path)
return False