Commit 9d81624
authored
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.1 parent 95fb27d commit 9d81624
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
0 commit comments