Fix typo
This commit is contained in:
parent
a7e1b9fe7a
commit
57b79957cc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -ex
|
set -ex
|
||||||
gitdir=$1
|
gitdir=$1
|
||||||
umask rwX,g=rwX,o=
|
umask u=rwX,g=rwX,o=
|
||||||
if [ -e "${gitdir}/.git" ]; then
|
if [ -e "${gitdir}/.git" ]; then
|
||||||
cd "${gitdir}"
|
cd "${gitdir}"
|
||||||
git pull --rebase origin hardenedbsd/main
|
git pull --rebase origin hardenedbsd/main
|
||||||
|
|
Loading…
Reference in a new issue