mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Fix indentation
This commit is contained in:
parent
9b5bd658a4
commit
868ae999f7
1 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ CFG_DATADIR=CFG_DATADIR or os.getenv("PROSODY_DATADIR");
|
|||
|
||||
local function is_relative(path)
|
||||
local path_sep = package.config:sub(1,1);
|
||||
return ((path_sep == "/" and path:sub(1,1) ~= "/")
|
||||
or (path_sep == "\\" and (path:sub(1,1) ~= "/" and path:sub(2,3) ~= ":\\")))
|
||||
return ((path_sep == "/" and path:sub(1,1) ~= "/")
|
||||
or (path_sep == "\\" and (path:sub(1,1) ~= "/" and path:sub(2,3) ~= ":\\")))
|
||||
end
|
||||
|
||||
-- Tell Lua where to find our libraries
|
||||
|
@ -250,7 +250,7 @@ local prosodyctl = require "util.prosodyctl"
|
|||
local socket = require "socket"
|
||||
-----------------------
|
||||
|
||||
-- FIXME: Duplicate code waiting for util.startup
|
||||
-- FIXME: Duplicate code waiting for util.startup
|
||||
function read_version()
|
||||
-- Try to determine version
|
||||
local version_file = io.open((CFG_SOURCEDIR or ".").."/prosody.version");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue