We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4418c commit 020a725Copy full SHA for 020a725
session/path.go
@@ -26,7 +26,7 @@ func DeterminePath(choice string) (string, error) {
26
return realPath, nil
27
}
28
29
- if path.IsAbs(realPath) {
+ if path.IsAbs(fullPath) {
30
return fullPath, nil
31
32
0 commit comments