Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tiloKo committed Apr 16, 2024
1 parent 78e72f0 commit c1a2f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/abapAddonAssemblyKitCheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func runAbapAddonAssemblyKitCheck(config *abapAddonAssemblyKitCheckOptions, tele
if err != nil {
return err
}
log.Entry().Info("building product modeling (and resolving potential wildcards)")
log.Entry().Info("building product modelling (and resolving potential wildcards)")
pvh, err := NewProductVersionHeader(&addonDescriptor, conn)
if err != nil {
return err
Expand All @@ -52,7 +52,7 @@ func runAbapAddonAssemblyKitCheck(config *abapAddonAssemblyKitCheckOptions, tele
pvh.SyncAddonDescriptorVersionFields(&addonDescriptor)
log.Entry().Info("resolved version fields:")
printAddonDescriptorVersionFields(addonDescriptor)
log.Entry().Info("transfering addonDescriptor to commonPipelineEnvironment for usage by subsequent steps of the pipeline")
log.Entry().Info("transferring addonDescriptor to commonPipelineEnvironment for usage by subsequent steps of the pipeline")
commonPipelineEnvironment.abap.addonDescriptor = string(addonDescriptor.AsJSON())

publishAddonYaml(config, utils)
Expand Down

0 comments on commit c1a2f5a

Please sign in to comment.