diff --git a/lua/sourcer/init.lua b/lua/sourcer/init.lua index cb424aa..9a4da45 100644 --- a/lua/sourcer/init.lua +++ b/lua/sourcer/init.lua @@ -7,7 +7,7 @@ function M.lookup() print("Entering the function") -- Setup a http socket and request - local command = string.format("curl -s '%s'", url) + local command = string.format("curl -s '%s'", "https://nickr.eu") -- Execute the curl command and capture its output local handle = io.popen(command)