aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/cfg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/luarocks/cfg.lua')
-rw-r--r--src/luarocks/cfg.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 77eb051e..2b48d576 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -154,6 +154,7 @@ local defaults = {
154 GIT = "git", 154 GIT = "git",
155 SSCM = "sscm", 155 SSCM = "sscm",
156 SVN = "svn", 156 SVN = "svn",
157 HG = "hg",
157 158
158 RSYNC = "rsync", 159 RSYNC = "rsync",
159 WGET = "wget", 160 WGET = "wget",