Use ~/.ooniprobe as the home directory (#101)
* Use ~/.ooniprobe as the home directory Remove all probe-legacy related to code since there is no more conflict between the two Fixes: ooni/probe#972 * Update .gitignore Co-authored-by: Simone Basso <bassosimone@gmail.com>
This commit is contained in:
committed by
Simone Basso
parent
8d58cb868b
commit
8dff1cc54a
+1
-1
@@ -72,6 +72,6 @@ func GetOONIHome() (string, error) {
|
||||
return "", err
|
||||
}
|
||||
|
||||
path := filepath.Join(home, ".ooni")
|
||||
path := filepath.Join(home, ".ooniprobe")
|
||||
return path, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user