Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Jan 20, 2024
1 parent ed595af commit 1863ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-store-server/conda_store_server/server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def start(self):
self.conda_store.ensure_namespace(db)
self.conda_store.ensure_conda_channels(db)

# This ensures the database has no Worker table entires when the
# This ensures the database has no Worker table entries when the
# server starts, which is necessary for the worker to signal that
# it's ready via task_initialize_worker. Old Worker entries could
# still be in the database on startup after they were added on the
Expand Down

0 comments on commit 1863ec0

Please sign in to comment.