🐛 Add missing slash
This commit is contained in:
@@ -230,8 +230,8 @@ func main() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
otterHistory := userhome + OtterHistory
|
otterHistory := userhome + "/" + OtterHistory
|
||||||
otterRC := userhome + OtterRC
|
otterRC := userhome + "/" + OtterRC
|
||||||
|
|
||||||
term, err := terminal.NewWithStdInOut()
|
term, err := terminal.NewWithStdInOut()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user