add closing double quote

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
Ceki Gulcu 2022-06-14 17:01:39 +02:00
parent 5537ff1699
commit 287fe4f97a
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ echoRunAndCheck "$MVN install"
if [ ! -z "$PASS" ]
then
export GPG_TTY=$(tty)
echoRunAndCheck "$MVN deploy -P javadocjar,sign-artifacts
echoRunAndCheck "$MVN deploy -P javadocjar,sign-artifacts"
fi

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB