diff --git a/hyphae/existing_hypha.go b/hyphae/existing_hypha.go index 3f230f9..8b6cf7f 100644 --- a/hyphae/existing_hypha.go +++ b/hyphae/existing_hypha.go @@ -28,7 +28,7 @@ func RenameHyphaTo(h ExistingHypha, newName string, replaceName func(string) str h.mycoFilePath = replaceName(h.mycoFilePath) case *MediaHypha: h.canonicalName = newName - h.mycoFilePath = replaceName(h.mediaFilePath) + h.mycoFilePath = replaceName(h.mycoFilePath) h.mediaFilePath = replaceName(h.mediaFilePath) }