Skip to content

Commit 020a725

Browse files
committed
fix: check full path
1 parent dd4418c commit 020a725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/path.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func DeterminePath(choice string) (string, error) {
2626
return realPath, nil
2727
}
2828

29-
if path.IsAbs(realPath) {
29+
if path.IsAbs(fullPath) {
3030
return fullPath, nil
3131
}
3232

0 commit comments

Comments
 (0)