Skip to content

Commit f03cd0f

Browse files
committed
Fix missing regexp import in deploy generator templates
1 parent aba1102 commit f03cd0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/deploy/generator/templates.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package generator
66
import (
77
"bytes"
88
"encoding/json"
9+
"regexp"
910
"strconv"
1011

1112
"github.com/Azure/ARO-RP/pkg/util/arm"

0 commit comments

Comments
 (0)