Another massive surgical strike with the rolodex and index reshuffle.

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2023-10-18 09:29:26 -04:00
parent 0fcd55ea78
commit 51971762a9
16 changed files with 1120 additions and 854 deletions

View File

@@ -441,9 +441,5 @@ func GenerateCleanSpecConfigBaseURL(baseURL *url.URL, dir string, includeFile bo
}
}
if strings.HasSuffix(p, "/") {
p = p[:len(p)-1]
}
return p
return strings.TrimSuffix(p, "/")
}