1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

use correct template library (#2077)

fixes #2073
This commit is contained in:
Christopher Fenner 2020-09-28 09:10:52 +02:00 committed by GitHub
parent 48d7f33d45
commit cd819f205e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@ package generator
import ( import (
"bytes" "bytes"
"fmt" "fmt"
"html/template"
"io" "io"
"os" "os"
"text/template"
"github.com/SAP/jenkins-library/pkg/config" "github.com/SAP/jenkins-library/pkg/config"
) )