Update Lua function names in pandoc.system
Fixed function names of pandoc.system.get_working_directory() and pandoc.system.with_temporary_directory() which are written in the manual of lua filter.
This commit is contained in:
parent
ecea807397
commit
b6c53553a9
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ pushModule = do
|
|||
addField "arch" arch
|
||||
addField "os" os
|
||||
addFunction "environment" env
|
||||
addFunction "get_current_directory" getwd
|
||||
addFunction "get_working_directory" getwd
|
||||
addFunction "with_environment" with_env
|
||||
addFunction "with_temp_directory" with_tmpdir
|
||||
addFunction "with_temporary_directory" with_tmpdir
|
||||
addFunction "with_working_directory" with_wd
|
||||
return 1
|
||||
|
|
Loading…
Reference in a new issue