Skip to content

Commit

Permalink
Fix fedora test to work cross-platform
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Bobulsky <rulerof@gmail.com>
  • Loading branch information
RulerOf committed Dec 22, 2021
1 parent 06df0b2 commit d951c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platforms:
- name: fedora-latest
driver:
provision_command:
- yum install libxcrypt-compat.x86_64 -y
- yum install libxcrypt-compat -y
- curl -L https://www.chef.io/chef/install.sh | bash
- name: centos-7
- name: centos-8
Expand Down

0 comments on commit d951c86

Please # to comment.