🐛 Add missing slash
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user