Update git.lua to use headers authorization. #29

Closed
Wojbie wants to merge 6 commits from Github-Auth-Fix into develop-1.8
Showing only changes of commit 0fd349a487 - Show all commits

View File

@@ -19,7 +19,7 @@ local function run(file, ...)
end
_G._syslog = function() end
_G.OPUS_BRANCH = 'master'
_G.OPUS_BRANCH = 'master-1.8'
-- Install require shim
_G.requireInjector = run('sys/modules/opus/injector.lua')