SiriDB / siridb-admin

SiriDB - Tool for managing SiriDB databases
MIT License
12 stars 7 forks source link

Force flag argument not working when creating a new replica #2

Closed joente closed 7 years ago

joente commented 7 years ago

When creating a new pool or a new replica we ask for confirmation unless the --force flag is used.

When creating a new replica this --force flag is currently ignored and should be fixed.

joente commented 7 years ago

Fixed by sending the correct argument to the newReplica(...) function.