Skip to content

Commit a1b04f2

Browse files
committed
Snapshot local work before sync
1 parent 83e3395 commit a1b04f2

99 files changed

Lines changed: 4476 additions & 2205 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ doctor:
183183
check() {
184184
if "$@" >/dev/null 2>&1; then
185185
echo " [ok] $1"
186-
((ok++))
186+
((ok+=1))
187187
else
188188
echo " [MISSING] $1$2"
189-
((fail++))
189+
((fail+=1))
190190
fi
191191
}
192192
echo "=== VeriSimDB Doctor ==="

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:toc:
55
:toc-placement!:
66

7-
image:https://api.thegreenwebfoundation.org/greencheckimage/jewell.nexus[Green Hosting,link="https://www.thegreenwebfoundation.org/green-web-check/?url=jewell.nexus"]
7+
image:https://api.thegreenwebfoundation.org/greencheckimage/verisimdb.org[Green Hosting,link="https://www.thegreenwebfoundation.org/green-web-check/?url=verisimdb.org"]
88

99
**Cross-system data consistency that catches drift before it causes damage.**
1010

0 commit comments

Comments
 (0)