Skip to content

Commit

Permalink
Merge pull request #123 from fosslight/develop
Browse files Browse the repository at this point in the history
Unify version output format
  • Loading branch information
bjk7119 authored Jan 13, 2023
2 parents 96511da + 18dfba1 commit 56e9103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fosslight_dependency/run_dependency_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def main():

if args.version: # -v option
cur_version = pkg_resources.get_distribution(_PKG_NAME).version
print(f"FOSSLight Dependency Scanner Version : {cur_version}")
print(f"FOSSLight Dependency Scanner Version: {cur_version}")
sys.exit(0)

if args.manager: # -m option
Expand Down

0 comments on commit 56e9103

Please sign in to comment.