aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlock_machine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lock_machine.py b/lock_machine.py
index dc494142..10e6049a 100755
--- a/lock_machine.py
+++ b/lock_machine.py
@@ -53,7 +53,7 @@ class LockManager(object):
machines, using appropriate locking mechanisms for each.
"""
- SKYLAB_PATH = '/usr/local/bin/skylab'
+ SKYLAB_PATH = 'skylab'
# TODO(zhizhouy): lease time may needs to be dynamically adjusted. For now we
# set it long enough to cover the period to finish nightly rotation tests.