Skip to content

Commit d25c30b

Browse files
Michael Sakimcdonnnj
authored andcommitted
Fix typos for systemd_enabled
1 parent ce845dc commit d25c30b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
matrix:
150150
scenario:
151151
- default
152-
- systemd-enabled
152+
- systemd_enabled
153153
steps:
154154
- id: harden-runner
155155
name: Harden the runner

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ repos:
111111
hooks:
112112
- id: bandit
113113
# Bandit complains about the use of assert() in tests
114-
exclude: molecule/(default|systemd-enabled)/tests
114+
exclude: molecule/(default|systemd_enabled)/tests
115115
args:
116116
- --config=.bandit.yml
117117
- repo: https://github.com/psf/black-pre-commit-mirror

molecule/systemd_enabled/molecule-with-systemd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ platforms:
9292
volumes:
9393
- /sys/fs/cgroup:/sys/fs/cgroup:rw
9494
scenario:
95-
name: systemd-enabled
95+
name: systemd_enabled
9696
verifier:
9797
name: testinfra

0 commit comments

Comments
 (0)