Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinaubertin committed Feb 7, 2024
1 parent 78c4709 commit 6b0b43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pebble.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def _cron_pebble_layer(self) -> ops.pebble.LayerDict:
The pebble configuration for the cron service.
"""
layer = {
"summary": "Synapse ncron layer",
"summary": "Synapse cron layer",
"description": "Synapse cron layer",
"services": {
synapse.SYNAPSE_CRON_SERVICE_NAME: {
Expand Down

0 comments on commit 6b0b43c

Please sign in to comment.