Minor cleanup

This commit is contained in:
arkon
2022-06-12 11:29:48 -04:00
parent b96686e6ad
commit 5ccde61ae1
4 changed files with 4 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ class ExtensionDetailsController(bundle: Bundle? = null) :
else -> "$url/multisrc/overrides/$pkgFactory/" + (pkgName.split(".").lastOrNull() ?: "") + path
}
} else {
url + "/src/" + pkgName.replace(".", "/") + path
url + "/src/" + pkgName.replace(".", "/") + path
}
}