minor color tweak
This commit is contained in:
parent
61c7c1a62b
commit
cdab40acf9
4
bb
4
bb
@ -196,10 +196,10 @@ print_status() {
|
|||||||
|
|
||||||
if [[ "$PRETTY" = true ]] ; then
|
if [[ "$PRETTY" = true ]] ; then
|
||||||
# print with symbols
|
# print with symbols
|
||||||
printf '%s %s at %s%s\n' $BIKES $DOCKS "$DEFAULT" "$STATION_NAME"
|
printf '%s %s %sat %s\n' $BIKES $DOCKS "$DEFAULT" "$STATION_NAME"
|
||||||
else
|
else
|
||||||
# print raw
|
# print raw
|
||||||
printf '%d Bikes %d Docks at %s%s\n' $BIKES $DOCKS "$DEFAULT" "$STATION_NAME"
|
printf '%d Bikes %d Docks %sat %s\n' $BIKES $DOCKS "$DEFAULT" "$STATION_NAME"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user