mirror of https://github.com/docker/docs.git
Fixed tracking not being applied.
This commit is contained in:
parent
abf17dbcff
commit
b3ddb9f607
|
@ -8,7 +8,7 @@ Template.setup_finish.events({
|
||||||
} else {
|
} else {
|
||||||
settings.update(settings._id, {
|
settings.update(settings._id, {
|
||||||
$set: {
|
$set: {
|
||||||
tracking: true
|
tracking: enableDiagnostics
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue