Skip to content

Commit 8f0232b

Browse files
committed
fix: inconsistency in rockspec
Fixes the following discrepancy between the file name and the version: ``` Error: Inconsistency between rockspec filename (rest.nvim-scm-1.rockspec) and its contents (rest.nvim-0.1-2.rockspec). ```
1 parent c63c780 commit 8f0232b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local MAJOR, REV = "0.1", "-2"
1+
local MAJOR, REV = "scm", "-3"
22
rockspec_format = "3.0"
33
package = "rest.nvim"
44
version = MAJOR .. REV

0 commit comments

Comments
 (0)