Code style fix

This commit is contained in:
Itay Grudev 2019-01-07 11:07:54 +02:00 committed by GitHub
parent 2b7c3b80eb
commit 142d601f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ if [ -z "$param_files" ]; then
fi
for tries in 1 2 3; do
if sha256sum $param_files | gpg\
if sha256sum $param_files | gpg \
--digest-algo SHA256 \
--detach-sign \
-a \