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 {
|
||||
settings.update(settings._id, {
|
||||
$set: {
|
||||
tracking: true
|
||||
tracking: enableDiagnostics
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue