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
|
||||
set -ex
|
||||
gitdir=$1
|
||||
umask rwX,g=rwX,o=
|
||||
umask u=rwX,g=rwX,o=
|
||||
if [ -e "${gitdir}/.git" ]; then
|
||||
cd "${gitdir}"
|
||||
git pull --rebase origin hardenedbsd/main
|
||||
|
|
Loading…
Reference in a new issue