Skip to content

Commit

Permalink
[juju] Add plugin option for Juju state reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelThamm committed Oct 15, 2024
1 parent 55d9643 commit 045cef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/juju.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Juju(Plugin, UbuntuPlugin):

# Using files instead of packages here because there is no identifying
# package on a juju machine.
files = ("/var/log/juju",)
files = ('/var/log/juju',)

option_list = [
PluginOpt(
Expand Down

0 comments on commit 045cef0

Please sign in to comment.