summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-04-02 10:41:01 -0300
committerTomás Touceda <chiiph@leap.se>2013-04-02 10:41:01 -0300
commit60ad6a2a9cf28b21ba6a8b3f7eb82224e1212d67 (patch)
tree3802d4d68b4536bff75ead114661bc11c07dc972
parentcd721ddc3206190f32de5c6c1aa4f34b380dca36 (diff)
Make the launcher.py use the local repo
-rw-r--r--src/launcher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/launcher.py b/src/launcher.py
index 979f388..be9b0cb 100644
--- a/src/launcher.py
+++ b/src/launcher.py
@@ -18,8 +18,8 @@ class Thandy(threading.Thread):
os.environ["THP_INSTALL_ROOT"] = os.path.join(os.getcwd(),
"updates")
args = [
- "--repo=/home/chiiph/Code/leap/repo/", # TODO:set as a URL
- "--debug",
+ "--repo=repo/",
+ "--debug", # TODO: remove debug
"--install",
"/bundleinfo/LEAPClient/"
]