Apply typo fix to specfile

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2023-03-01 15:08:44 -05:00
parent 62e12d19a0
commit 3c0fa670d2
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
# Determine if this should be the default version for this Fedora release
# The default version will own /usr/bin/node and friends
%if 0%{?fedora} == 39 || 0%{?fedora} == 40 | 0%{?rhel} == 10
%if 0%{?fedora} == 39 || 0%{?fedora} == 40 || 0%{?rhel} == 10
%global nodejs_default %{nodejs_major}
%endif