Tasks: only execute the event if the plugin is interested in it
This commit is contained in:
@ -14,7 +14,6 @@ use Data::Dumper;
|
||||
|
||||
my $CONFIG_SECTION = "git-input";
|
||||
|
||||
|
||||
sub supportedInputTypes {
|
||||
my ($self, $inputTypes) = @_;
|
||||
$inputTypes->{'git'} = 'Git checkout';
|
||||
|
Reference in New Issue
Block a user