@rsktash/beads-ui 0.1.45 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/bd-grep CHANGED
@@ -66,7 +66,7 @@ fi
66
66
  ISSUES=()
67
67
  while IFS= read -r id; do
68
68
  [ -n "$id" ] && ISSUES+=("$id")
69
- done < <(bd list "${BD_ARGS[@]}" --flat --json 2>/dev/null | jq -r '.[].id')
69
+ done < <(bd list ${BD_ARGS[@]+"${BD_ARGS[@]}"} --flat --json 2>/dev/null | jq -r '.[].id')
70
70
 
71
71
  if [ ${#ISSUES[@]} -eq 0 ]; then
72
72
  echo "No issues found matching filters" >&2