Author:
Hash:
Timestamp:
+1 -1 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
e97262ebfb40769e301d8bcebe5f31afd74b81e5
Tue, 13 Aug 2024 20:48:37 +0000 (10 months ago)
1 | diff --git a/scripts/gen_www.sh b/scripts/gen_www.sh |
2 | index 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 |