1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00

Correct Typo in Log Message (#3333)

This commit is contained in:
tiloKo 2021-12-09 10:37:53 +01:00 committed by GitHub
parent 0c79b84d51
commit c1dc725fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,6 @@ func runAbapAddonAssemblyKitPublishTargetVector(config *abapAddonAssemblyKitPubl
return err
}
log.Entry().Info("Success: Publishing finised")
log.Entry().Info("Success: Publishing finished")
return nil
}