Skip to content

Commit

Permalink
dont delete tarfile when finished
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinbui committed Sep 24, 2024
1 parent 4ae20f3 commit 0b25bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/backends/s3.bash
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,4 @@ function cache() {
mv -f "${TMP_FILE}" "${TAR_FILE}"
aws s3 cp ${BK_CUSTOM_AWS_ARGS} "${TAR_FILE}" "s3://${BUCKET}/${TAR_FILE}"
fi
rm -f "${TAR_FILE}"
}

0 comments on commit 0b25bff

Please sign in to comment.