Skip to content

Commit

Permalink
Fix upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppeM99 committed Mar 10, 2024
1 parent e7f8516 commit b32b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/uploadtravis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ local function authstate(state)
end
tdlua.setLogLevel(1)
--local link = io.popen("curl --upload-file tdlua.so https://transfer.sh"):read("*all")
local version = = client:getOption('version')
local version = client:getOption('version')
local commit_hash = client:getOption('commit_hash')
local res = client:execute {
["@type"] = "sendMessage",
Expand Down

0 comments on commit b32b6fd

Please sign in to comment.