Skip to content

Commit

Permalink
fix: replace ops.main.main for ops.main
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla committed Oct 3, 2024
1 parent 9d31be4 commit a787708
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 @@ -168,4 +168,4 @@ def _pebble_layer(self) -> pebble.LayerDict:


if __name__ == "__main__": # pragma: nocover
ops.main.main(MaubotCharm)
ops.main(MaubotCharm)

0 comments on commit a787708

Please sign in to comment.