diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-02 09:49:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-02 09:49:59 +0200 |
| commit | 02a6637d748eade206eb2c70b91dfa0d4fee5c31 (patch) | |
| tree | 766464881fd428547c84068cea88ef55d65ba708 | |
| parent | 1aac948ba7f2f96101b227af513178c2e35efb5d (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/utils.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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 2>/dev/null | openssl x509 -noout -dates -subjectend + -showcerts </dev/null 2>/dev/null | openssl x509 -noout -dates -subject end abbr typing 'touchtype::quote' |
