Fix naming typo

This commit is contained in:
Chaoguang Lin 2021-06-23 18:22:02 +00:00
parent 55b6eb4154
commit 84e1c693ef
1 changed files with 1 additions and 1 deletions

View File

@ -60,5 +60,5 @@ ACTOR Future<bool> snapshotCommandActor(Reference<IDatabase> db, std::vector<Str
}
// hidden commands, no help text for now
CommandFactory dataDistributionFactory("snapshot");
CommandFactory snapshotFactory("snapshot");
} // namespace fdb_cli