yagit

Yet another static site generator for Git 🙀️

Commit
ce669c6ba72ca5d42702452dcffe302f51d05f94
Parent
6cbdaaa8f1c8fed144d32b5a64e15cc7449dd5b5
Author
Pablo <pablo-pie@riseup.net>
Date

Fixed a bug

Diffstats

1 files changed, 1 insertions, 1 deletions

Status Name Changes Insertions Deletions
Modified src/log.rs 2 files changed 1 1
diff --git a/src/log.rs b/src/log.rs
@@ -129,7 +129,7 @@ pub fn job_counter_increment(repo_name: &str) {
 
 fn log_job_counter() {
   unsafe {
-    if COUNTER.total == 0 {
+    if COUNTER.count == 0 {
       return;
     }