aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.rs b/src/utils.rs
index d1083a9..d48ff34 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -82,7 +82,7 @@ pub async fn filter_images_by_language(language: &str) -> Vec<String> {
constants::GITHUB_USER_CONTENT,
// Pound symbols to URL (percent) encoding of pound symbol because we
// are pushing a URL, not a string
- item.path.replace("#", "%23")
+ item.path.replace('#', "%23")
));
}
}