diff options
Diffstat (limited to 'src/luarocks/cfg.lua')
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 261411b7..67cd17b7 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -83,7 +83,7 @@ end | |||
83 | 83 | ||
84 | -- Path configuration: | 84 | -- Path configuration: |
85 | 85 | ||
86 | local sys_config_file, home_config_file, home_tree | 86 | local sys_config_file, home_config_file |
87 | if detected.windows or detected.mingw32 then | 87 | if detected.windows or detected.mingw32 then |
88 | home = os.getenv("APPDATA") or "c:" | 88 | home = os.getenv("APPDATA") or "c:" |
89 | sys_config_file = "c:/luarocks/config.lua" | 89 | sys_config_file = "c:/luarocks/config.lua" |