commit 6c5c226182d6958c45b0f6a91614c7d5f58e1837
parent 63b383205a92ceab003cd355dd3b8f19cc8e0ef7
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Thu, 15 Feb 2007 17:39:37 +0000
whoops, delete now works again
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@330 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/sup-import b/bin/sup-import
@@ -145,7 +145,7 @@ if opts[:rebuild] || opts[:full_rebuild]
# puts "got #{mid}"
next if found[mid]
puts "Deleting #{mid}" if opts[:verbose]
- #index.index.delete docid
+ index.index.delete docid
numdel += 1
end
end