Remove help link from the default config
This fixes: https://github.com/ooni/probe/issues/946
This commit is contained in:
parent
028ff6ed63
commit
090cd44735
1
config/testdata/config-v0.json
vendored
1
config/testdata/config-v0.json
vendored
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"_": "This is your OONI Probe config file. See https://ooni.io/help/probe-cli for help",
|
|
||||||
"_version": 0,
|
"_version": 0,
|
||||||
"_informed_consent": true,
|
"_informed_consent": true,
|
||||||
"_is_beta": true,
|
"_is_beta": true,
|
||||||
|
|
1
config/testdata/valid-config.json
vendored
1
config/testdata/valid-config.json
vendored
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"_": "This is your OONI Probe config file. See https://ooni.io/help/probe-cli for help",
|
|
||||||
"_version": 1,
|
"_version": 1,
|
||||||
"_informed_consent": false,
|
"_informed_consent": false,
|
||||||
"sharing": {
|
"sharing": {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"_": "This is your OONI Probe config file. See https://ooni.io/help/probe-cli for help",
|
|
||||||
"_version": 1,
|
"_version": 1,
|
||||||
"_informed_consent": false,
|
"_informed_consent": false,
|
||||||
"sharing": {
|
"sharing": {
|
||||||
|
|
1
testdata/testing-config.json
vendored
1
testdata/testing-config.json
vendored
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"_": "This is your OONI Probe config file. See https://ooni.io/help/probe-cli for help",
|
|
||||||
"_version": 1,
|
"_version": 1,
|
||||||
"_informed_consent": true,
|
"_informed_consent": true,
|
||||||
"sharing": {
|
"sharing": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user