Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla committed Nov 1, 2023
1 parent a28722b commit 8c9450a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,11 @@ def _on_install(self, _: HookEvent) -> None:
),
(
False,
[f"{DISCOURSE_PATH}/bin/bundle", "install", "--gemfile=plugins/discourse-saml/Gemfile"],
[
f"{DISCOURSE_PATH}/bin/bundle",
"install",
"--gemfile=plugins/discourse-saml/Gemfile",
],
),
(False, ["chown", "-R", "_daemon_:_daemon_", "/srv/discourse"]),
(False, ["rm", "-rf", "/var/lib/gems/bundle/ruby/2.5.0/cache/*.gem"]),
Expand Down

0 comments on commit 8c9450a

Please sign in to comment.