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