Skip to content

Commit 56e9103

Browse files
authored
Merge pull request #123 from fosslight/develop
Unify version output format
2 parents 96511da + 18dfba1 commit 56e9103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_dependency/run_dependency_scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def main():
199199

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

205205
if args.manager: # -m option

0 commit comments

Comments
 (0)