Skip to content

Commit

Permalink
fix(deck): Fix OS_VERSION string substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Dec 22, 2024
1 parent 4f9c5b1 commit 97c565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/gnome/zeliblue-deck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ modules:

- type: rpm-ostree
replace:
- from-repo: https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite-multilib/repo/fedora-"${OS_VERSION}"/kylegospo-bazzite-multilib-fedora-"${OS_VERSION}".repo?arch=x86_64
- from-repo: https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite-multilib/repo/fedora-%OS_VERSION%/kylegospo-bazzite-multilib-fedora-%OS_VERSION%.repo?arch=x86_64
packages:
- mesa-libxatracker
- mesa-libglapi
Expand Down

0 comments on commit 97c565c

Please sign in to comment.