We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 367bd60 + ee68663 commit 061b45aCopy full SHA for 061b45a
src/main.rs
@@ -603,7 +603,7 @@ impl Context {
603
}
604
605
fn invalidate_manifests_txt(&self) -> Result<(), Error> {
606
- self.invalidate_all_cdns(&["manifests.txt".into()])
+ self.invalidate_all_cdns(&["/manifests.txt".into()])
607
608
609
fn invalidate_all_cdns(&self, paths: &[String]) -> Result<(), Error> {
0 commit comments