mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-04 19:03:17 +00:00
typo
This commit is contained in:
parent
467a69eba2
commit
b7c4fe437c
@ -1285,7 +1285,7 @@ local InletFactory = ( function
|
||||
)
|
||||
local p = getPath( event )
|
||||
|
||||
if string.byte( path, 1 ) == 47
|
||||
if string.byte( p, 1 ) == 47
|
||||
then
|
||||
p = string.sub( p, 2, -1 )
|
||||
end
|
||||
@ -1303,7 +1303,7 @@ local InletFactory = ( function
|
||||
)
|
||||
local p = getPath( event )
|
||||
|
||||
if string.byte( path, 1 ) == 47
|
||||
if string.byte( p, 1 ) == 47
|
||||
then
|
||||
p = string.sub( p, 2, -1 )
|
||||
end
|
||||
@ -1321,7 +1321,7 @@ local InletFactory = ( function
|
||||
)
|
||||
local p = getPath( event )
|
||||
|
||||
if string.byte( path, 1 ) == 47
|
||||
if string.byte( p, 1 ) == 47
|
||||
then
|
||||
p = string.sub( p, 2, -1 )
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user