Merge openStore and openStoreAt with default arguments

This commit is contained in:
Shea Levy 2016-09-02 06:35:48 -04:00
parent 87b189c2b3
commit a91954f0c6
6 changed files with 8 additions and 18 deletions

View file

@ -81,7 +81,7 @@ StoreCommand::StoreCommand()
void StoreCommand::run()
{
run(openStoreAt(storeUri));
run(openStore(storeUri));
}
StorePathsCommand::StorePathsCommand()