Commit 0b09b1a7 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Merge pull request #609 from mitar/patch-3

Fixed typo in collectstatic output.
parents 4e5369a5 cb988061
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ class Command(NoArgsCommand):
                                                  dry_run=self.dry_run)
            for original_path, processed_path, processed in processor:
                if processed:
                    self.log("Post-processed '%s' as '%s" %
                    self.log("Post-processed '%s' as '%s'" %
                             (original_path, processed_path), level=1)
                    self.post_processed_files.append(original_path)
                else: