mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 23:12:55 +00:00
setup_git_package fix
This commit is contained in:
parent
8ed0808b4b
commit
4884671202
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ if [ $# -eq 0 ]; then
|
|||
exit -1
|
||||
fi
|
||||
|
||||
OPTS=$(getopt -o h -l help -l email-domain: -l pkg-owner-emails: -- "$@")
|
||||
OPTS=$(getopt -o h -l help -l email-domain: -l pkg-owner-emails: -l default-branch-author: -- "$@")
|
||||
if [ $? != 0 ]
|
||||
then
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue