Skip to content

Commit

Permalink
Fix for dashboard file (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Jul 10, 2023
1 parent 87f6d69 commit 842c07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/jimm-k8s/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def _install_dashboard(self, event):

# remove the existing dashboard from the workload/
if container.exists(self._dashboard_path):
container.remove_path(self._dashboard_path)
container.remove_path(self._dashboard_path, recursive=True)

container.make_dir(self._dashboard_path, make_parents=True)

Expand Down

0 comments on commit 842c07a

Please sign in to comment.