From 1606c138cf7490636917d05c166525893696cdbb Mon Sep 17 00:00:00 2001 From: dmur1 <93072266+dmur1@users.noreply.github.com> Date: Sun, 1 Sep 2024 12:31:58 +0100 Subject: [PATCH] fix typo ping => pin --- README.md | 2 +- commands/check.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee712ec..88db721 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ checks for the following: 2) pwntools 3) ida 4) ghidra -5) ping +5) pin 6) yara 7) gcloud 8) 7z diff --git a/commands/check.go b/commands/check.go index 7b994f0..e37229b 100644 --- a/commands/check.go +++ b/commands/check.go @@ -24,7 +24,7 @@ func CheckHelp() string { theme.ColorGray + "2) " + theme.ColorReset + "pwntools\n" + theme.ColorGray + "3) " + theme.ColorReset + "ida\n" + theme.ColorGray + "4) " + theme.ColorReset + "ghidra\n" + - theme.ColorGray + "5) " + theme.ColorReset + "ping\n" + + theme.ColorGray + "5) " + theme.ColorReset + "pin\n" + theme.ColorGray + "6) " + theme.ColorReset + "yara\n" + theme.ColorGray + "7) " + theme.ColorReset + "gcloud\n" + theme.ColorGray + "8) " + theme.ColorReset + "7z\n" +