Skip to content

Commit

Permalink
Merge pull request #328 from demisto/ImproveVersionPrint
Browse files Browse the repository at this point in the history
improve version print
  • Loading branch information
yaakovi committed Apr 6, 2020
2 parents bf37e81 + 552ee93 commit 5cac11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demisto_sdk/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main(config, version):
f'You should consider upgrading via "pip3 install --upgrade demisto-sdk" command.')
if version:
version = get_distribution('demisto-sdk').version
print(version)
print(f'demisto-sdk {version}')


# ====================== split-yml ====================== #
Expand Down

0 comments on commit 5cac11a

Please sign in to comment.