diff options
| author | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-14 15:17:44 +0200 | 
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-14 15:17:44 +0200 | 
| commit | 5eb884d8fd73b5ddf1276f1aa408903712e78c51 (patch) | |
| tree | b5f9179bd4ac9098195273a1a3b818eeeb0915f6 | |
| parent | 37eb75164de32f5854c1af4a76bda50fc1f18ee4 (diff) | |
| download | luaotfload-5eb884d8fd73b5ddf1276f1aa408903712e78c51.tar.gz | |
fix confusing warning message in luaotfload-tool.lua
| -rwxr-xr-x | luaotfload-tool.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 5028515..17978f8 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -1129,8 +1129,8 @@ do      if kpsefind_file ("https.lua", "lua") == nil then          check_upstream = function (errcnt)              out       [[============= upstream repository ============= -                        Github API access requires the luasec library.                          WARNING: Cannot retrieve repository data. +                        Github API access requires the luasec library.                          Grab it from <https://github.com/brunoos/luasec>                          and retry.]]              return errcnt | 
