+1 -1 +/-1 browse
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 |