Skip to content

Commit

Permalink
fix: _container_image_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Jan 19, 2024
1 parent 8b5feee commit ea11386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nebulagraph_lite/nebulagraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __init__(

self._container_image_prefix = (
""
if not self._is_docker_hub_accessible()
if self._is_docker_hub_accessible()
else f"{CN_DOCKER_REGISTRY_MIRROR}/"
)

Expand Down

0 comments on commit ea11386

Please sign in to comment.