Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Fix string (just that I don't like capitalised messages xD)
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Dec 12, 2016
1 parent d7e93de commit 8acacd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cnchi/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

""" Set some Cnchi global constants """

CNCHI_VERSION = "0.14.201"
CNCHI_VERSION = "0.14.202"
CNCHI_WEBSITE = "http://www.antergos.com"
CNCHI_RELEASE_STAGE = "production"

Expand Down
2 changes: 1 addition & 1 deletion cnchi/pacman/pac.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self, conf_path="/etc/pacman.conf", callback_queue=None):
if conf_path is not None and os.path.exists(conf_path):
self.config = config.PacmanConfig(conf_path)
self.initialize_alpm()
logging.debug('ALPM REPO DB ORDER IS: %s', self.config.repo_order)
logging.debug('ALPM repository database order is: %s', self.config.repo_order)
else:
raise pyalpm.error

Expand Down
2 changes: 1 addition & 1 deletion update.info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"version":"0.14.201","files":[
{"version":"0.14.202","files":[
]}

0 comments on commit 8acacd8

Please sign in to comment.