Skip to content

Commit a8dcec5

Browse files
FGaspertdq45gj
andauthored
Update internal/verifier/mongos_refresh.go
Co-authored-by: Jian Guan <[email protected]>
1 parent 1895385 commit a8dcec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/verifier/mongos_refresh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func RefreshAllMongosInstances(
8989
if mmongo.ErrorHasCode(err, UnauthorizedErrCode) {
9090
return errors.New(
9191
"missing privileges to refresh mongos instances on the source; please restart " +
92-
"mongosync with a source URI that includes the `clusterManager` role",
92+
"migration-verifier with a URI that includes the `clusterManager` role",
9393
)
9494
}
9595
return errors.Wrap(

0 commit comments

Comments
 (0)