Skip to content

Commit 99e0d00

Browse files
API response has "s" in synchronized
1 parent 7dc8f76 commit 99e0d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudsmith_cli/cli/commands/list_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def _get_package_status(package):
254254
"""Get the status for a package."""
255255
status = package["status_str"] or "Unknown"
256256
stage = package["stage_str"] or "Unknown"
257-
if stage == "Fully Synchronized":
257+
if stage == "Fully Synchronised":
258258
return status
259259
return f"{status} / {stage}"
260260

0 commit comments

Comments
 (0)