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.
1 parent 410f7ab commit a17e2bcCopy full SHA for a17e2bc
tools/purgehook/purgehook.py
@@ -49,7 +49,7 @@
49
})
50
51
# If it's a CSS file, we also need to purge /dyncss/
52
- if l.endswith('.css'):
+ if l.strip().endswith('.css'):
53
curs.execute("SELECT varnish_purge('^/dyncss/')")
54
elif l.startswith('data/'):
55
# Data files map to xkeys with the same name as the file prefixed by data_
0 commit comments