tangled
alpha
login
or
join now
dzming.li
/
core
0
fork
atom
A vibe coded tangled fork which supports pijul.
0
fork
atom
overview
issues
pulls
pipelines
fix vanity knot name in repoinfo
this should be overridden last
Akshay
1 year ago
ffffbeea
2a1555ba
+5
-4
1 changed file
expand all
collapse all
unified
split
appview
state
repo.go
+5
-4
appview/state/repo.go
reviewed
···
827
827
}
828
828
829
829
knot := f.Knot
830
830
-
if knot == "knot1.tangled.sh" {
831
831
-
knot = "tangled.sh"
832
832
-
}
833
833
-
834
830
var disableFork bool
835
831
us, err := NewUnsignedClient(knot, s.config.Dev)
836
832
if err != nil {
···
858
854
}
859
855
}
860
856
}
857
857
+
858
858
+
if knot == "knot1.tangled.sh" {
859
859
+
knot = "tangled.sh"
860
860
+
}
861
861
+
861
862
repoInfo := pages.RepoInfo{
862
863
OwnerDid: f.OwnerDid(),
863
864
OwnerHandle: f.OwnerHandle(),