From 23c8255b88a5a22b45544280f4297e461844e947 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Mon, 17 Jul 2023 05:02:56 +0200 Subject: [PATCH] Update no pin message --- agent/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent.go b/agent/agent.go index 267be84..6efc1d4 100644 --- a/agent/agent.go +++ b/agent/agent.go @@ -114,7 +114,7 @@ func StartUnixAgent(path string) error { cfg.WriteConfig() } if !cfg.IsLocked() { - log.Warn("Config is not locked. PLEASE SET A PIN!!") + log.Warn("Config is not locked. SET A PIN!!") token, err := cfg.GetToken() if err == nil { if token.AccessToken != "" {