diff --git a/crates/hyfetch/src/bin/hyfetch.rs b/crates/hyfetch/src/bin/hyfetch.rs
index c480f195..b90f9786 100644
--- a/crates/hyfetch/src/bin/hyfetch.rs
+++ b/crates/hyfetch/src/bin/hyfetch.rs
@@ -159,7 +159,7 @@ fn main() -> Result<()> {
///
/// Returns `None` if the config file does not exist.
#[tracing::instrument(level = "debug")]
-pub fn load_config(path: &PathBuf) -> Result