diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-05-22 12:06:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-05-22 12:06:00 +0200 |
commit | 767a0960d500d3e291c9e93f6737375275da564e (patch) | |
tree | fff6f01c9e3be5d139a087d2f79720e371a69d27 /scripts | |
parent | c8a356da3949f5bf1a19e5309728fb3985059ef1 (diff) | |
download | context-767a0960d500d3e291c9e93f6737375275da564e.tar.gz |
beta 2010.05.22 12:06
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-update.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-update.lua b/scripts/context/lua/mtx-update.lua index 0a65595d3..b56083d38 100644 --- a/scripts/context/lua/mtx-update.lua +++ b/scripts/context/lua/mtx-update.lua @@ -317,7 +317,7 @@ function scripts.update.synchronize() local combined = { } local update_repositories = scripts.update.repositories for i=1,#update_repositories do - local repository = update_repositories + local repository = update_repositories[i] if repositories[repository] then for _, v in next, individual do local archive, destination = v[1], v[2] |