Skip to content

Commit bde195b

Browse files
committed
fixup! fixup!
1 parent ba9f828 commit bde195b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/predicate_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function additional_specs_available {
2424

2525
function documentation_enforced {
2626
if [ -x ./bin/yard ]; then
27-
if is_mri_2plus; then
27+
if is_mri; then
2828
return 0
2929
else
3030
return 1

0 commit comments

Comments
 (0)