Skip to content

Commit 3cc56ca

Browse files
committed
fixup! fix tests
1 parent 49e1830 commit 3cc56ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

provisioner/terraform/executor.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ import (
2424
"github.com/coder/coder/v2/provisionersdk/proto"
2525
)
2626

27-
var (
28-
version170 = version.Must(version.NewVersion("1.7.0"))
29-
)
27+
var version170 = version.Must(version.NewVersion("1.7.0"))
3028

3129
type executor struct {
3230
logger slog.Logger

0 commit comments

Comments
 (0)