Remove duplicate slash
This commit is contained in:
parent
d05737b37a
commit
d466da2f5f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local remote_format = "%s/blob/%s/%s"
|
||||
local bb_remote_format = "%s/src/%s/%s"
|
||||
local forgejo_remote_format = "%s/src/%s/%s"
|
||||
local remote_format = "%s/blob/%s%s"
|
||||
local bb_remote_format = "%s/src/%s%s"
|
||||
local forgejo_remote_format = "%s/src/%s%s"
|
||||
local utils = require("openingh.utils")
|
||||
local M = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue