Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Nov 21, 2024
1 parent 1211a0b commit 02dd05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func MakeTempDir(basePath string) (string, error) {
return tmp, nil
}

// IsGitLabURL returns whether a url is a GitLab files api URL
// JoinURLPath joins a path in a URL (detecting the URL type)
func JoinURLPath(currentURLPath, includeFilePath string) (string, error) {
get, err := helpers.MatchRegex(gitlabAPIRegex, currentURLPath)
if err != nil {
Expand Down

0 comments on commit 02dd05d

Please sign in to comment.