From 4548c7da0ca439779fc29392959546fae3f7a723 Mon Sep 17 00:00:00 2001 From: Simponic Date: Sun, 15 Jan 2023 17:03:18 -0700 Subject: [PATCH] Remove done chessh README stuff, warning issue --- README.md | 5 ----- lib/chessh/ssh/client/menu.ex | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 2949303..3bd6fb1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1 @@ # CheSSH - -Features: -- [X] SSH Key & Password authentication -- [X] Session rate limiting -- [X] Multi-node support diff --git a/lib/chessh/ssh/client/menu.ex b/lib/chessh/ssh/client/menu.ex index 9082f67..6c96cc2 100644 --- a/lib/chessh/ssh/client/menu.ex +++ b/lib/chessh/ssh/client/menu.ex @@ -109,7 +109,7 @@ defmodule Chessh.SSH.Client.Menu do defp render_state( width, height, - %State{options: options, selected: selected} = state + %State{options: options, selected: selected} ) do logo_lines = String.split(@logo, "\n") {logo_width, logo_height} = Utils.text_dim(@logo)