diff options
author | TheDarkUndoing <38772798+TheDarkUndoing@users.noreply.github.com> | 2023-03-05 07:00:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 20:00:56 +0800 |
commit | 5483d97f73bf22ee4f8efddff246ed0433d75c6a (patch) | |
tree | cd675e1d3e06c8f1cfb8d2ddd9e66e456c6b3c59 /internal/route | |
parent | 6fa552994a861bef34bab34c6cd7eeb7a46a007a (diff) |
gitutil: strip SSH port from submodule URL when rendering for HTML link (#7383)
Co-authored-by: Joe Chen <jc@unknwon.io>
Diffstat (limited to 'internal/route')
-rw-r--r-- | internal/route/lfs/mocks_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/route/lfs/mocks_test.go b/internal/route/lfs/mocks_test.go index 7ab968d3..e4f013a6 100644 --- a/internal/route/lfs/mocks_test.go +++ b/internal/route/lfs/mocks_test.go @@ -1,4 +1,4 @@ -// Code generated by go-mockgen 1.3.3; DO NOT EDIT. +// Code generated by go-mockgen 1.3.7; DO NOT EDIT. // // This file was generated by running `go-mockgen` at the root of this repository. // To add additional mocks to this or another package, add a new entry to the |