mirror of https://github.com/docker/docs.git
Fixed tracking not being applied.
This commit is contained in:
parent
93123e447b
commit
bae30c6e4a
|
@ -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