summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/why-dont-you2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/why-dont-you b/bin/why-dont-you
index 1f4916b..51bdb5b 100755
--- a/bin/why-dont-you
+++ b/bin/why-dont-you
@@ -43,7 +43,7 @@ case "${action}" in
# - deps.pkgbase (any dependency pending?)
# - build_slaves.name (is anyone building this?)
# - pkgbase
- printf 'SELECT DISTINCT replace(to_base64(`searches`.`search`),"\\n","")'
+ printf 'SELECT DISTINCT replace(to_base64(`searches`.`search`),"\\n",""),'
printf '`to_build`.`ba_id`,'
printf '`to_build`.`baa_name`,'
printf 'If(`to_build`.`is_broken`,1,0),'