1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +02:00
Co-authored-by: Marcus Holl <marcus.holl@sap.com>
This commit is contained in:
Christopher Fenner
2020-02-26 16:21:40 +01:00
committed by GitHub
parent bef0dfc3ea
commit 3794371be3

View File

@@ -244,7 +244,7 @@ func setTimeStamp(mtaYamlFile string, p piperutils.FileUtils) error {
}
log.Entry().Infof("Timestamp replaced in \"%s\"", mtaYamlFile)
} else {
log.Entry().Infof("No timestap contained in \"%s\". File has not been modified.", mtaYamlFile)
log.Entry().Infof("No timestamp contained in \"%s\". File has not been modified.", mtaYamlFile)
}
return nil