dug_12: pre-commit fixes

Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
This commit is contained in:
Piotr Król
2025-12-11 15:17:42 +01:00
parent c6b5b67c13
commit 68762ad983
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
./contribution-stats sync -d dasharo
./contribution-stats list -d dasharo -r coreboot -s 01/01/2000 -e $(date +"%m/%d/%Y") -o /tmp/coreboot_stat.csv
./contribution-stats list -d dasharo -r coreboot -s 01/01/2000 -e "$(date +"%m/%d/%Y")" -o /tmp/coreboot_stat.csv
echo "coreboot lines added:"
awk -F';' '{sum += $6} END {print sum}' /tmp/coreboot_stat.csv
-1
View File
@@ -20,7 +20,6 @@ class: text-center
- 📚 **Historical Record:** A resource for 3mdeb, future customers, and the privacy/security community.
- 📈 **Explore Business Model:** Learn from our open-source firmware journey, including potential pitfalls.
-->
---
-1
View File
@@ -45,4 +45,3 @@ export default defineConfig({
},
},
});