diff --git a/lix/libfetchers/indirect.cc b/lix/libfetchers/indirect.cc index c671adc5c..fa9216585 100644 --- a/lix/libfetchers/indirect.cc +++ b/lix/libfetchers/indirect.cc @@ -45,7 +45,7 @@ struct IndirectInputScheme : InputScheme ref = path[1]; rev = Hash::parseAny(path[2], HashType::SHA1); } else - throw BadURL("GitHub URL '%s' is invalid", url.url); + throw BadURL("indirect URL '%s' is invalid", url.url); std::string id = path[0];