Skip to content

Commit

Permalink
Fix bug on upgrade action (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianaklulo authored Oct 23, 2024
1 parent 9451f8c commit 798ef24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/license_manager_agent_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def _upgrade_license_manager_agent(self, version: str):
self._PIP_CMD,
"install",
"--upgrade",
f"self._PACKAGE_NAME=={version}",
f"{self._PACKAGE_NAME}=={version}",
]
logger.debug(f"## Upgrading license-manager-agent: {cmd}")
try:
Expand Down

0 comments on commit 798ef24

Please sign in to comment.