Skip to content

Commit

Permalink
Merge pull request #2 from kravciak/master
Browse files Browse the repository at this point in the history
Fix crio package name
  • Loading branch information
thkukuk authored May 6, 2019
2 parents b7f4808 + 8afff37 commit e4a997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/crio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

run_checks() {
# Check first if it is installed:
rpm -q --quiet crio
rpm -q --quiet cri-o
test $? -ne 0 && return

# ignore if crio is not enabled.
Expand Down

0 comments on commit e4a997f

Please sign in to comment.