Skip to content

Commit 6ff2be8

Browse files
authored
Update main.go
1 parent c5b7f95 commit 6ff2be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hackerc/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
const VERSION = "0.0.8"
2222
const HACKER_DIR = "~/.hackeros/hacker-lang"
2323
const BIN_DIR = HACKER_DIR + "/bin"
24-
const HISTORY_FILE = "~./hackeros/history/hacker_repl_history" // Zmiana, aby nie było ukryte
24+
const HISTORY_FILE = "~/.hackeros/history/hacker_repl_history" // Zmiana, aby nie było ukryte
2525

2626
const (
2727
colorReset = "\033[0m"

0 commit comments

Comments
 (0)