Skip to content

Commit e07fb4c

Browse files
committed
chore(repro): use latest stable release for repro
1 parent 931ed63 commit e07fb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repro.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/ma
33

44
require("lazy.minit").repro({
55
spec = {
6-
{ "amitds1997/remote-nvim.nvim", branch = "main", config = true },
6+
{ "amitds1997/remote-nvim.nvim", version = "*", config = true },
77
},
88
})
99

0 commit comments

Comments
 (0)