Author: Kevin Schoon [me@kevinschoon.com]
Hash: e97262ebfb40769e301d8bcebe5f31afd74b81e5
Timestamp: Tue, 13 Aug 2024 20:48:37 +0000 (1 month ago)

+1 -1 +/-1 browse
fix ambiguous branch name in gen_www.sh
1diff --git a/scripts/gen_www.sh b/scripts/gen_www.sh
2index e310a36..8517f06 100755
3--- a/scripts/gen_www.sh
4+++ b/scripts/gen_www.sh
5 @@ -14,7 +14,7 @@ if [ "$(git rev-parse --abbrev-ref HEAD)" -ne "main" ]; then
6 exit 1
7 fi
8
9- git checkout www
10+ git checkout www --
11 git reset --hard main
12 git clean -fd
13