+4
knotserver/git.go
+4
knotserver/git.go
···
135
135
hostname = strings.Split(hostname, ":")[0]
136
136
}
137
137
138
+
if hostname == "knot1.tangled.sh" {
139
+
hostname = "tangled.sh"
140
+
}
141
+
138
142
fmt.Fprintf(w, " Try:\ngit remote set-url --push origin git@%s:%s/%s\n\n... and push again.", hostname, ownerHandle, unqualifiedRepoName)
139
143
}
140
144
fmt.Fprintf(w, "\n\n")