diff --git a/stpkg b/stpkg
index 424cc539ad9d8b445e2afe8988199b25fb8ae8a3..eccd0e2da8eea4a896d37172eabf3c9ae364d9ac 100755
--- a/stpkg
+++ b/stpkg
@@ -882,7 +882,7 @@ __pack() {
         ST_JSON="`jq --arg STICKER_NAME "$STICKER_NAME" '.stickers[] | select(.body == $STICKER_NAME)' < "$DEST_INDEX"`"
         sed -i "/[0-9a-f]\{32\}  $i/d" $SUM_FILE
         local report="`echo -ne "$ST_JSON" | jq -r --arg COLUMN_SEP "$COLUMN_SEP" '[.body, .url, .info.mimetype, .info.w, .info.h]|join($COLUMN_SEP)'`$COLUMN_SEP`__red Deleted`"
-        echo -n "$report"
+        echo "$report"
     done
 }   | column -t -s "$COLUMN_SEP"
     echo "----------------"