diff --git a/bin/shpkg_ci b/bin/shpkg_ci
index 0197022..790a6b2 100755
--- a/bin/shpkg_ci
+++ b/bin/shpkg_ci
@@ -86,7 +86,7 @@ logs2html () {
status2png () {
for F in "${SHPKG_CI_STATUS_DIR}"/*.status; do
STATUS="$(cat "$F")"
- I="${SHPKG_CI_STATUS_DIR}/$(basename "$F" .status).png"
+ I="${SHPKG_CI_LOG_DIR}/$(basename "$F" .status).png"
if ! [ -f "$I" ] ||
[ "$F" -nt "$I" ]; then
verbose 1 cp "${SHPKG_DIR}/share/shpkg/img/status_${STATUS}.64.png" "$I"