forked from ungleich-public/cdist-contrib
[type/__dma_auth] Add semicolon
This commit is contained in:
parent
4fdddfd738
commit
99d58672c4
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ in
|
|||
exit 0
|
||||
fi
|
||||
|
||||
test -n "${login}" || { echo '--login must be non-empty' >&2; exit 1 }
|
||||
test -n "${login}" || { echo '--login must be non-empty' >&2; exit 1; }
|
||||
|
||||
mode=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue