aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-02-15 15:29:37 +0100
committerKim Alvefur <zash@zash.se>2017-02-15 15:29:37 +0100
commit03eeb56d06aa44827c7881c2c1e6acc46312abdc (patch)
tree44dbf40a90ced3cb5d6153bea00fa75fb0a3f6a9 /tools
parent0d09c3499df3a314e2fcd6495d495fb69d30809f (diff)
downloadprosody-03eeb56d06aa44827c7881c2c1e6acc46312abdc.tar.gz
prosody-03eeb56d06aa44827c7881c2c1e6acc46312abdc.zip
migrator: Unexpand whitespace
Diffstat (limited to 'tools')
-rw-r--r--tools/migration/prosody-migrator.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/migration/prosody-migrator.lua b/tools/migration/prosody-migrator.lua
index 8560ddb5..85234745 100644
--- a/tools/migration/prosody-migrator.lua
+++ b/tools/migration/prosody-migrator.lua
@@ -5,11 +5,11 @@ CFG_CONFIGDIR=os.getenv("PROSODY_CFGDIR");
-- Substitute ~ with path to home directory in paths
if CFG_CONFIGDIR then
- CFG_CONFIGDIR = CFG_CONFIGDIR:gsub("^~", os.getenv("HOME"));
+ CFG_CONFIGDIR = CFG_CONFIGDIR:gsub("^~", os.getenv("HOME"));
end
if CFG_SOURCEDIR then
- CFG_SOURCEDIR = CFG_SOURCEDIR:gsub("^~", os.getenv("HOME"));
+ CFG_SOURCEDIR = CFG_SOURCEDIR:gsub("^~", os.getenv("HOME"));
end
local default_config = (CFG_CONFIGDIR or ".").."/migrator.cfg.lua";