mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
Fix naming typo
This commit is contained in:
parent
55b6eb4154
commit
84e1c693ef
@ -60,5 +60,5 @@ ACTOR Future<bool> snapshotCommandActor(Reference<IDatabase> db, std::vector<Str
|
|||||||
}
|
}
|
||||||
|
|
||||||
// hidden commands, no help text for now
|
// hidden commands, no help text for now
|
||||||
CommandFactory dataDistributionFactory("snapshot");
|
CommandFactory snapshotFactory("snapshot");
|
||||||
} // namespace fdb_cli
|
} // namespace fdb_cli
|
||||||
|
Loading…
x
Reference in New Issue
Block a user