From d19a4b3b61717d3a539060ced0ca7fff9a793cb5 Mon Sep 17 00:00:00 2001 From: k3y0708 Date: Tue, 9 May 2023 22:31:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20missing=20slash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.go b/src/main.go index 084e566..85c3dc0 100644 --- a/src/main.go +++ b/src/main.go @@ -230,8 +230,8 @@ func main() { if err != nil { panic(err) } - otterHistory := userhome + OtterHistory - otterRC := userhome + OtterRC + otterHistory := userhome + "/" + OtterHistory + otterRC := userhome + "/" + OtterRC term, err := terminal.NewWithStdInOut() if err != nil {