mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-10 15:45:17 +00:00
fix typo (#2157)
This commit is contained in:
parent
de806bdd5c
commit
063d7af27a
@ -47,5 +47,5 @@ changelogs:
|
|||||||
# Show the testing (pre-release) changelog
|
# Show the testing (pre-release) changelog
|
||||||
changelogs-testing:
|
changelogs-testing:
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
CCONTENT=$(curl -s https://api.github.com/repos/ublue-os/bazzite/releases | jq -r 'map(select(.prerelease)) | .[0].body')
|
CONTENT=$(curl -s https://api.github.com/repos/ublue-os/bazzite/releases | jq -r 'map(select(.prerelease)) | .[0].body')
|
||||||
echo "$CONTENT" | glow -
|
echo "$CONTENT" | glow -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user