You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(luarocks-upload): make sure correct archive is uploaded (#444)
the upload script's `sed` call replaces `'scm'` in the following
section:
```lua
if _MODREV == 'scm' then
source = {
url = 'git://github.com/nvim-lua/plenary.nvim',
}
end
```
This PR makes sure it only fixes the declaration at the top of the
file.
0 commit comments