]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/Base.pm
Fix template patches glob pattern
[gruntmaster-page.git] / lib / Gruntmaster / Page / Base.pm
index 7fa14970be31f20d32d6c0445e21edbfca22aa60..b0b4c57fbac3cd784fa6bc32690ff44867697567 100644 (file)
@@ -62,7 +62,7 @@ sub patch_templates {
        my $root = $ENV{GRUNTMASTER_TEMPLATE_ROOT} or return;
        my ($templates, $name) = @_;
        my %out = %$templates;
-       for (<$root/$name*>) {
+       for (<$root/$name.*>) {
                m/\.(.+)$/;
                $out{$1} = read_file $_
        }
This page took 0.020726 seconds and 4 git commands to generate.