Skip to content

Commit 0f7f5d6

Browse files
committed
fix: updated builder image
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
1 parent 23c7aa6 commit 0f7f5d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/werf/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import (
1616
var Version = "dev"
1717

1818
var (
19-
tmpDir, homeDir string
19+
tmpDir string
20+
homeDir string
2021

2122
sharedContextDir string
2223
localCacheDir string

0 commit comments

Comments
 (0)