Skip to content

Commit b797577

Browse files
committed
🩹 Update rockspec
1 parent 5d81709 commit b797577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code-stats.nvim-scm-1.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
local git_ref = 'f6ed20a01bb7669130cae23e50fc50a8916ac99c'
2-
local modrev = 'scm'
1+
local git_ref = 'scm'
2+
local modrev = git_ref
33
local specrev = '1'
44

55
local repo_url = 'https://github.com/Freed-Wu/code-stats.nvim'
@@ -22,7 +22,7 @@ test_dependencies = { }
2222

2323
source = {
2424
url = repo_url .. '/archive/' .. git_ref .. '.zip',
25-
dir = 'code-stats.nvim-' .. 'f6ed20a01bb7669130cae23e50fc50a8916ac99c',
25+
dir = 'code-stats.nvim-' .. modrev,
2626
}
2727

2828
if modrev == 'scm' or modrev == 'dev' then

0 commit comments

Comments
 (0)