Skip to content

Commit

Permalink
fix check for build-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Nov 2, 2024
1 parent 72a598e commit 52c2732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_files/base/00-build-fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for repo in "${repos[@]}"; do
fi
done

if grep -q "kinoite" <<<"${IMAGE_NAME}"; then
if grep -q "kinoite" <<<"${BASE_IMAGE_NAME}"; then
rpm-ostree override replace \
--experimental \
--from repo=updates \
Expand Down

0 comments on commit 52c2732

Please sign in to comment.