1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Revert "Doh"

This reverts commit f1f938512d.
This commit is contained in:
Eelco Dolstra 2013-07-01 18:46:14 +02:00
parent f1f938512d
commit 11414b0447

View file

@ -4,7 +4,7 @@ use strict;
use base qw/Catalyst::View/; use base qw/Catalyst::View/;
sub file_compression { sub file_compression {
my ($file) = @_; my ($file) = $@_;
if /\\.(gz|bz2|xz|lz|zip)/ if /\\.(gz|bz2|xz|lz|zip)/
return "none"; return "none";