From da6d80bef1d35ffb1bf825ed44567aa67c8936f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20So=C3=ABte?= Date: Tue, 5 Jul 2022 09:35:07 +0200 Subject: [PATCH] fix: Bad plugin name --- bin/plugin/open/batch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/plugin/open/batch b/bin/plugin/open/batch index 0ae6bcb..7e969fb 100755 --- a/bin/plugin/open/batch +++ b/bin/plugin/open/batch @@ -10,7 +10,7 @@ use OVH::Bastion::Plugin qw( :DEFAULT help ); my $remainingOptions = OVH::Bastion::Plugin::begin( argv => \@ARGV, - header => "clush", + header => "batch", options => {}, helptext => <<'EOF', Run a batch of osh commands fed through STDIN