🐛 Add missing slash

This commit is contained in:
2023-05-09 22:31:05 +02:00
parent 6974c67ac6
commit d19a4b3b61

View File

@@ -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 {