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:
Arturo Filastò
2020-01-27 15:19:32 +01:00
committed by Simone Basso
parent 8d58cb868b
commit 8dff1cc54a
3 changed files with 1 additions and 93 deletions
+1 -1
View File
@@ -72,6 +72,6 @@ func GetOONIHome() (string, error) {
return "", err
}
path := filepath.Join(home, ".ooni")
path := filepath.Join(home, ".ooniprobe")
return path, nil
}