Skip to content

Commit 8fd7d57

Browse files
jaymzhfacebook-github-bot
authored andcommitted
Fix typo in kitchen.yml (facebook#256)
Summary: kitchen.yml had a typo that was preventing debian containers from using systemd which was causing a lot of failures. This is based on top of facebook#255 - and together Debian kitchen tests now pass. Signed-off-by: Phil Dibowitz <phil@ipom.com> Pull Request resolved: facebook#256 Differential Revision: D69316906 fbshipit-source-id: 34695b920ea7a21641a2255e6ad19fc93876ee62
1 parent ac723c5 commit 8fd7d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kitchen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ platforms:
3535
- name: debian-9
3636
driver:
3737
image: dokken/debian-9
38-
pid_one_commmand: /bin/systemd
38+
pid_one_command: /bin/systemd
3939
- name: debian-10
4040
driver:
4141
image: dokken/debian-10
42-
pid_one_commmand: /bin/systemd
42+
pid_one_command: /bin/systemd
4343

4444
provisioner:
4545
name: dokken

0 commit comments

Comments
 (0)