Skip to content

Commit

Permalink
updated new.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Aug 24, 2022
1 parent 0ad3b75 commit 466ffc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions new.pl
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ ($$)
if($ext =~ /^ya?ml$/){
if($dirname =~ /\/\.github\/workflows$/ and $ext =~ /^ya?ml$/){
$base_filename = "github-workflow.yaml";
} elsif ($filename =~ /patch/){
$base_filename = "patch.yaml"
}
} elsif($plugin and $ext eq "pl"){
$base_filename = "template-plugin.pl";
Expand Down

0 comments on commit 466ffc0

Please sign in to comment.