diff --git a/build.py b/build.py index f61d9df3983..144bbe95c33 100755 --- a/build.py +++ b/build.py @@ -465,7 +465,7 @@ def go_get(branch, update=False): run(get_command) print "Retrieving dependencies with `gdm`..." sys.stdout.flush() - run("gdm restore") + run("{}/bin/gdm restore".format(os.environ.get("GOPATH"))) def generate_md5_from_file(path): m = hashlib.md5()