Skip to content

Commit

Permalink
updated machineShop 2023.0830.0736 for tag version 0.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Aug 30, 2023
1 parent 22edd1d commit 09ac2b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ var renderCmd = &cobra.Command{
if len(templateValues) > 0 {
flagValues := internal.VerifyReadKeyValues(templateValues, log)
log.SayWithField("reading values..", "values", flagValues)
} else {
log.Info("NO VALUES DEFINED")
}

//

// tbd!

// RENDER TEMPLATE
renderedTemplate, err := sthingsBase.RenderTemplateInline(templateFile, "missingkey=zero", "{{", "}}", templateVariables)
if err != nil {
Expand Down

0 comments on commit 09ac2b7

Please sign in to comment.