diff --git a/src/lib/Hydra/Plugin/PathInput.pm b/src/lib/Hydra/Plugin/PathInput.pm index 551fc94a..7aa7c764 100644 --- a/src/lib/Hydra/Plugin/PathInput.pm +++ b/src/lib/Hydra/Plugin/PathInput.pm @@ -8,7 +8,7 @@ use Nix::Store; sub supportedInputTypes { my ($self, $inputTypes) = @_; - $inputTypes->{'path'} = 'Local path'; + $inputTypes->{'path'} = 'Local path or URL'; } sub fetchInput {