oh my word i'm an idiot
This commit is contained in:
@@ -105,7 +105,7 @@ func RealPathExists(path *string) (bool, error) {
|
||||
if err != nil {
|
||||
return true, err
|
||||
}
|
||||
if _, err := os.Stat(*path); err == nil {
|
||||
if _, err := os.Stat(*path); err != nil {
|
||||
return false, err
|
||||
}
|
||||
return true, nil
|
||||
|
||||
Reference in New Issue
Block a user