Skip to content

Commit 51c6fc5

Browse files
Fix session problem
1 parent 7faf206 commit 51c6fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/session.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type Session struct {
2222
TargetID uint
2323
CookieStore bool
2424
OffTheRecord bool
25-
Path bool
25+
Path string
2626
Ready bool
2727
CommandHistory []*Command
2828
ResponseHistory []*CommandResponse

0 commit comments

Comments
 (0)