Skip to content

Bug: rollback method in cmd does not accept parameters correctly #761

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
capt4ce opened this issue Apr 20, 2020 · 0 comments
Closed

Bug: rollback method in cmd does not accept parameters correctly #761

capt4ce opened this issue Apr 20, 2020 · 0 comments
Assignees
Labels
BUG Something isn't working
Milestone

Comments

@capt4ce
Copy link
Contributor

capt4ce commented Apr 20, 2020

Description

The rollback method in cmd keeps using zoobc.db as it's DB reference although --db-name zoobc_2.db has been passed.

Steps to reproduce

  1. run a cmd rollback method and pass --db-name zoobc_2.db parameter
  2. observe that it still tries to use zoobc.db

Expected behavior

The method should use DB that is supplied in the parameter

@capt4ce capt4ce added the BUG Something isn't working label Apr 20, 2020
@capt4ce capt4ce added this to the Milestone 14 milestone Apr 20, 2020
@capt4ce capt4ce self-assigned this Apr 20, 2020
@capt4ce capt4ce mentioned this issue Apr 20, 2020
3 tasks
@capt4ce capt4ce closed this as completed Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant