mirror of
https://github.com/truecharts/charts.git
synced 2026-07-13 16:26:05 -03:00
fix(clustertool): correct build typo
This commit is contained in:
@@ -126,7 +126,7 @@ func FormatGitURL(input string) string {
|
||||
input = strings.Replace(input, "ssh://", "ssh://git@", 1)
|
||||
}
|
||||
|
||||
if strings.Contains(url, "git@git@") {
|
||||
if strings.Contains(input, "git@git@") {
|
||||
input = strings.Replace(input, "git@git@", "git@", 1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user