We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc8f76 commit 99e0d00Copy full SHA for 99e0d00
1 file changed
cloudsmith_cli/cli/commands/list_.py
@@ -254,7 +254,7 @@ def _get_package_status(package):
254
"""Get the status for a package."""
255
status = package["status_str"] or "Unknown"
256
stage = package["stage_str"] or "Unknown"
257
- if stage == "Fully Synchronized":
+ if stage == "Fully Synchronised":
258
return status
259
return f"{status} / {stage}"
260
0 commit comments