summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-07-25 16:52:19 -0400
committerDonald Stufft <donald@stufft.io>2013-07-25 16:52:19 -0400
commitf1a12f375bfa49ef375ab95cc3f801e2a493bd1c (patch)
tree4612b71c5c663264e04bf2b5aa5d702ae940e425
parentc0ae35729aeae74159ebdb32b87e5c1c3091afed (diff)
downloaddecorator-f1a12f375bfa49ef375ab95cc3f801e2a493bd1c.tar.gz
Use the right tag prefix
-rw-r--r--store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/store.py b/store.py
index 7e6502a..f03fb6d 100644
--- a/store.py
+++ b/store.py
@@ -2315,7 +2315,7 @@ class Store:
if pkg is None:
tags += ["simple-index"]
else:
- tags += [safe_name(pkg).lower()]
+ tags += ["pkg~%s" % safe_name(pkg).lower()]
# We only need to bother to enqueue a task if we have something
# to purge