Skip to content

Commit

Permalink
respect --quiet flag in repository commands (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Mar 11, 2023
1 parent 5292dd5 commit adc25c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HaikuPorter/Main.py
Expand Up @@ -117,7 +117,7 @@ def run(self, args):

if self.options.repositoryUpdate \
or self.options.checkRepositoryConsistency:
self._createRepositoryIfNeeded(False)
self._createRepositoryIfNeeded(self.options.quiet)

if self.options.checkRepositoryConsistency:
self.repository.checkRepositoryConsistency(self.options.verbose)
Expand Down

0 comments on commit adc25c2

Please sign in to comment.