gsite.sh: removed typo
Some checks failed
Generate commit words of wisdom / build (push) Has been cancelled

This commit is contained in:
Luc Bijl 2026-09-10 22:25:53 +02:00
parent a58bd13088
commit b68f771210

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefall
set -euo pipefail
wow=$(shuf -n 1 wow.txt)
commit_message=$(git log -1 --pretty=%s)