gsite.sh: removed typo
Some checks failed
Generate commit words of wisdom / build (push) Has been cancelled
Some checks failed
Generate commit words of wisdom / build (push) Has been cancelled
This commit is contained in:
parent
a58bd13088
commit
b68f771210
1 changed files with 1 additions and 1 deletions
2
gsite.sh
2
gsite.sh
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefall
|
set -euo pipefail
|
||||||
|
|
||||||
wow=$(shuf -n 1 wow.txt)
|
wow=$(shuf -n 1 wow.txt)
|
||||||
commit_message=$(git log -1 --pretty=%s)
|
commit_message=$(git log -1 --pretty=%s)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue