From 63055ef86bbd8c002d3cc47d20d4d8a4e6ee1d61 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 30 Aug 2025 02:08:45 +0200 Subject: [PATCH] Add mtm-ssh-proxy completions --- completions/bash/mtm-ssh-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/bash/mtm-ssh-proxy b/completions/bash/mtm-ssh-proxy index 6bc4a5a..0a59574 100644 --- a/completions/bash/mtm-ssh-proxy +++ b/completions/bash/mtm-ssh-proxy @@ -46,4 +46,4 @@ _mtm-ssh-proxy() { return ;; esac -} && complete -F _mtm-ssh-proxy mtm-ssh-vpn \ No newline at end of file +} && complete -F _mtm-ssh-proxy mtm-ssh-proxy \ No newline at end of file