Skip to content

Commit 67d0538

Browse files
committed
remove test hardcoded path on main.go
1 parent 43c572e commit 67d0538

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ data will lost after exit. If you want to keep the data, specify a path to a dir
3939

4040
// If path is specified or no additional arguments, enter interactive mode
4141
if len(flag.Args()) == 0 {
42-
t := "/tmp"
43-
pathFlag = &t
42+
4443
var err error
4544
var session *chdb.Session
4645
if *pathFlag != "" {

0 commit comments

Comments
 (0)