Skip to content

Commit

Permalink
Merge pull request #155 from 0x41424142/patch
Browse files Browse the repository at this point in the history
Fixed wording in qualysdk-updater
  • Loading branch information
0x41424142 authored Oct 8, 2024
2 parents 73b0401 + 9db0a0d commit a0b0330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qualysdk"
version = "0.1.51"
version = "0.1.52"
description = "SDK for interacting with Qualys APIs, across most modules the platform offers."
authors = ["0x41424142 <jake@jakelindsay.uk>", "0x4A616B65 <jake.lindsay@thermofisher.com>"]
maintainers = ["Jake Lindsay <jake@jakelindsay.uk>"]
Expand Down
2 changes: 1 addition & 1 deletion qualysdk/cli_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def main() -> int:
show_update_info(pypi_data)
if args.install:
if args.yes or prompt_for_install():
print(f"⬆️ {YELLOW} Installing v{current_version}...{RESET}")
print(f"⬆️ {YELLOW} Installing v{latest_version}...{RESET}")
try:
check_call(
[
Expand Down

0 comments on commit a0b0330

Please sign in to comment.