Skip to content

Commit

Permalink
fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
AtefBN committed Mar 21, 2018
1 parent b70eb0c commit d337634
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions esgissue/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NUMBER = '0.2.7'
VERSION_NUMBER = '0.2.7.1'

# REGEX STUFF

Expand Down Expand Up @@ -33,7 +33,7 @@
RETRIEVE_ALL = 'retrieve_all'
CREDENTIALS = 'credentials'
CHANGEPASS = 'changepass'
CREDREMOVE = 'credreset'
CREDREMOVE = 'credremove'
CREDSET = 'credset'
CREDTEST = 'credtest'
TEST = 'test'
Expand Down
8 changes: 4 additions & 4 deletions esgissue/esgissue.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ def get_args():
required=False,
type=str)
######################################
# Subparser for "esgissue credreset" #
# Subparser for "esgissue credremove" #
######################################
credreset = subparsers.add_parser(
'credreset',
prog='esgissue credreset',
credremove = subparsers.add_parser(
'credremove',
prog='esgissue credremove',
description=CREDRESET_DESC,
formatter_class=MultilineFormatter,
help=CREDRESET_HELP,
Expand Down

0 comments on commit d337634

Please sign in to comment.