diff --git a/src/scripts/nightly/diff_to_prev.sh b/src/scripts/nightly/diff_to_prev.sh index e751d4c5..1c835e53 100755 --- a/src/scripts/nightly/diff_to_prev.sh +++ b/src/scripts/nightly/diff_to_prev.sh @@ -32,4 +32,4 @@ esac cd "${LOGDIR}" || err "Could not cd to ${LOGDIR}" -diff -u $(ls "${EMPTARGET}.${ARCH}."* | tail -2) +diff -u $(ls "${INSTANCE}."* | tail -2)