diff --git a/bb b/bb index bc5c249..a73596b 100755 --- a/bb +++ b/bb @@ -196,10 +196,10 @@ print_status() { if [[ "$PRETTY" = true ]] ; then # 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 # 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 }