add a trailing slash to tmpDir
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
This commit is contained in:
parent
cbaf6fb69b
commit
bc67504adb
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ const (
|
|||
emptyUID = "-1"
|
||||
)
|
||||
|
||||
var tmpDir = os.TempDir() + "/nginx"
|
||||
var tmpDir = os.TempDir() + "/nginx/"
|
||||
|
||||
// NewNGINXController creates a new NGINX Ingress controller.
|
||||
func NewNGINXController(config *Configuration, mc metric.Collector) *NGINXController {
|
||||
|
|
Loading…
Reference in a new issue