From: Michael Vrable Date: Thu, 26 Mar 2009 21:35:27 +0000 (-0700) Subject: lbs-filter-gpg has been renamed to cumulus-filter-gpg. X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=commitdiff_plain;h=0d3714dd199cb13174bdcacf7bc9e65290769b6f;hp=63e9f9ac125ca33a3f33b255dc25c70922a804ec lbs-filter-gpg has been renamed to cumulus-filter-gpg. An instance of this was missed in the code. Caught by Achim J. Latz . --- diff --git a/python/cumulus/__init__.py b/python/cumulus/__init__.py index b120436..46a7b5f 100644 --- a/python/cumulus/__init__.py +++ b/python/cumulus/__init__.py @@ -27,7 +27,7 @@ accessed_segments = set() # filename extensions. These are listed in priority order (methods earlier in # the list are tried first). SEGMENT_FILTERS = [ - (".gpg", "lbs-filter-gpg --decrypt"), + (".gpg", "cumulus-filter-gpg --decrypt"), (".gz", "gzip -dc"), (".bz2", "bzip2 -dc"), ]