fixup! doctor: check if Git remotes match db URLs

Pablo Santiago Blum de Aguiar 3 years ago
parent c71f87bb7e
commit e33beaaf4f

@ -83,7 +83,7 @@ function __omf.doctor.remote_match_db -a pkg_path
set -l repo_canonical (omf.repo.uri_components $repo_uri)
if test "$db_canonical" != "$repo_canonical"
echo (omf::err)"Warning:"(omf::off) "The remote URI for "(omf::em)"$pkg_name"(omf::off)" doesn't match the URI in OMF's database."
echo "Remote URI: " $repo_uri
echo "Remote URI:" $repo_uri
echo "Index URI:" $index_uri
echo
return 1

Loading…
Cancel
Save