Skip to content

Commit

Permalink
escape characters
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Oct 30, 2024
1 parent 220fb52 commit f597d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/iso/flatpak_repo_updated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [[ ${VERSION} -ge 41 ]]
then
result=0
grep "^[Payload]" mnt/install/etc/anaconda/conf.d/anaconda.conf > /dev/null || {
grep "^\[Payload\]" mnt/install/etc/anaconda/conf.d/anaconda.conf > /dev/null || {
echo "Missing [Payload] header"
result=1
}
Expand Down

0 comments on commit f597d34

Please sign in to comment.