bundles/backup-client: remove duplicate space
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-02-05 15:39:55 +01:00
parent c43129104d
commit d51d7316d0
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -103,7 +103,7 @@ do_backup "${path}"
<%text>
if [[ -n "$rsync_errors" ]]
then
save_result_for_monitoring 2 "rsync failed: $rsync_errors"
save_result_for_monitoring 2 "rsync failed:$rsync_errors"
exit 1
fi