Skip to content

Commit

Permalink
Fix spacing in mk_docker.py.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
kso512 committed Sep 26, 2024
1 parent dfaa60e commit 90baaa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Similar modifications have been made to the `docker.cfg` default file. Here, al

| CheckMK Raw Edition Version | Role Version/Tag |
| --------------------------- | ---------------- |
| 2.3.0p17 | 1.1.5 |
| 2.3.0p17 | 1.1.5 - 1.1.6 |
| 2.3.0p16 | 1.1.4 |
| 2.3.0p15 | 1.1.3 |
| 2.3.0p14 | 1.1.2 |
Expand Down
2 changes: 1 addition & 1 deletion templates/mk_docker.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class MKDockerClient(docker.DockerClient):
dev_path = "/sys/block/%s/dev" % device
if os.path.exists(dev_path):
with open(dev_path) as handle:
self._device_map[handle.read().strip()] = device
self._device_map[handle.read().strip()] = device

return self._device_map

Expand Down

0 comments on commit 90baaa0

Please sign in to comment.