bento status: use a pin emoji for non-flakes systems

This commit is contained in:
Solene Rapenne 2022-09-09 20:24:36 +02:00
parent 35ad762834
commit a82ac6e264
1 changed files with 1 additions and 1 deletions

2
bento
View File

@ -477,7 +477,7 @@ then
# we don't know the state of a non-flake
if [ "${EXPECTED_CONFIG}" = "non-flakes" ]
then
MATCH=" "
MATCH="📌"
else
MATCH="🛑"
fi