We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d81709 commit b797577Copy full SHA for b797577
code-stats.nvim-scm-1.rockspec
@@ -1,5 +1,5 @@
1
-local git_ref = 'f6ed20a01bb7669130cae23e50fc50a8916ac99c'
2
-local modrev = 'scm'
+local git_ref = 'scm'
+local modrev = git_ref
3
local specrev = '1'
4
5
local repo_url = 'https://github.com/Freed-Wu/code-stats.nvim'
@@ -22,7 +22,7 @@ test_dependencies = { }
22
23
source = {
24
url = repo_url .. '/archive/' .. git_ref .. '.zip',
25
- dir = 'code-stats.nvim-' .. 'f6ed20a01bb7669130cae23e50fc50a8916ac99c',
+ dir = 'code-stats.nvim-' .. modrev,
26
}
27
28
if modrev == 'scm' or modrev == 'dev' then
0 commit comments