Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinaubertin committed Oct 22, 2023
1 parent fe0ab5e commit 3ad647e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def _create_layer_config(self) -> ops.pebble.LayerDict:
"discourse-alive": {
"override": "replace",
"level": "alive",
"tcp": {"port": SERVICE_PORT, "host": "localhost"}
"tcp": {"port": SERVICE_PORT, "host": "localhost"},
},
"discourse-setup-completed": {
"override": "replace",
Expand Down

0 comments on commit 3ad647e

Please sign in to comment.