summaryrefslogtreecommitdiff
path: root/patchtracker/SourceArchive.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchtracker/SourceArchive.py')
-rwxr-xr-xpatchtracker/SourceArchive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchtracker/SourceArchive.py b/patchtracker/SourceArchive.py
index da18e83..c4a62cd 100755
--- a/patchtracker/SourceArchive.py
+++ b/patchtracker/SourceArchive.py
@@ -133,7 +133,7 @@ class SourcePackage:
self.debtar_name=f['name']
self.debtar_size=f['size']
self.debtar_md5sum=f['md5sum']
- self.type = "Debian-tar"
+ self.type = "Debian-diff"
def __str__(self):
return self.name