Skip to content

Commit 061b45a

Browse files
authored
Merge pull request #94 from Noratrieb/manifests-invalidation-v2
Fix manifests.txt invalidation
2 parents 367bd60 + ee68663 commit 061b45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ impl Context {
603603
}
604604

605605
fn invalidate_manifests_txt(&self) -> Result<(), Error> {
606-
self.invalidate_all_cdns(&["manifests.txt".into()])
606+
self.invalidate_all_cdns(&["/manifests.txt".into()])
607607
}
608608

609609
fn invalidate_all_cdns(&self, paths: &[String]) -> Result<(), Error> {

0 commit comments

Comments
 (0)