Skip to content

Commit 1d57796

Browse files
committed
fix typo
1 parent d46021e commit 1d57796

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bioconda-backup/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function save_tags(container, tags, kind) {
7878
}
7979

8080
async function send_report() {
81-
console.log(`[report] total containers: ${$total}, docker errors: ${docker_errors}, quay errors: ${quay_errors}`);
81+
console.log(`[report] total containers: ${total}, docker errors: ${docker_errors}, quay errors: ${quay_errors}`);
8282
if(!config.mail.smtp) {
8383
console.log('no mail configured, skipping report');
8484
return;
@@ -620,3 +620,4 @@ getContainers(options).then((containers) => {
620620
process.exit(1);
621621
})
622622

623+

0 commit comments

Comments
 (0)