Skip to content

Commit 0541528

Browse files
committed
fix: fix default base_url
1 parent c325fde commit 0541528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plug/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local M = {}
1010
M.bundle_dir = vim.fn.stdpath('data') .. '/bundle_dir'
1111
M.raw_plugin_dir = vim.fn.stdpath('data') .. '/bundle_dir/raw_plugin'
1212
M.max_processes = 5
13-
M.base_url = 'https://github.com/'
13+
M.base_url = 'https://github.com'
1414
M.ui = 'default'
1515
M.clone_depth = '1'
1616
M.enable_priority = false

0 commit comments

Comments
 (0)