mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-24 16:21:14 -03:00
sigh use -z
This commit is contained in:
parent
c6f7913c28
commit
8b3fc58258
2
.github/workflows/sync-linguist.yml
vendored
2
.github/workflows/sync-linguist.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
grep -v "-" | \
|
grep -v "-" | \
|
||||||
sort --version-sort --reverse | \
|
sort --version-sort --reverse | \
|
||||||
head -1)
|
head -1)
|
||||||
if [[ -n $latest ]]; then
|
if [[ -z $latest ]]; then
|
||||||
echo "could not determine latest Linguist version"
|
echo "could not determine latest Linguist version"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user