summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_find_and_modify_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_find_and_modify_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_find_and_modify_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_find_and_modify_cmd.cpp b/src/mongo/s/commands/cluster_find_and_modify_cmd.cpp
index ee23438a2fb..225567b3ebd 100644
--- a/src/mongo/s/commands/cluster_find_and_modify_cmd.cpp
+++ b/src/mongo/s/commands/cluster_find_and_modify_cmd.cpp
@@ -60,7 +60,7 @@ using std::vector;
class FindAndModifyCmd : public Command {
public:
- FindAndModifyCmd() : Command("findAndModify", false, "findandmodify") {}
+ FindAndModifyCmd() : Command("findAndModify", "findandmodify") {}
bool slaveOk() const override {
return true;