From 02a6637d748eade206eb2c70b91dfa0d4fee5c31 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Nov 2025 09:49:59 +0200 Subject: Update --- dotfiles/fish/conf.d/utils.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/fish/conf.d/utils.fish b/dotfiles/fish/conf.d/utils.fish index c7d6f3d..ae20162 100644 --- a/dotfiles/fish/conf.d/utils.fish +++ b/dotfiles/fish/conf.d/utils.fish @@ -129,7 +129,7 @@ function checkcert openssl s_client \ -connect $host:$port \ -servername $host \ - -showcerts /dev/null | openssl x509 -noout -dates -subjectend + -showcerts /dev/null | openssl x509 -noout -dates -subject end abbr typing 'touchtype::quote' -- cgit v1.2.3