Skip to content

Commit 1772324

Browse files
authored
Merge pull request #49 from IvanOfThings/feat/force-release-3_0_1
fix: force release 3.0.1
2 parents a06bcda + f5f4609 commit 1772324

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/provider/provider.go

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ func getEnvVar(envVarName string) (any, error) {
116116

117117
func configure() func(context.Context, *schema.ResourceData) (any, diag.Diagnostics) {
118118
return func(ctx context.Context, d *schema.ResourceData) (any, diag.Diagnostics) {
119-
120119
host := d.Get("host").(string)
121120
port := d.Get("port").(int)
122121
username := d.Get("username").(string)

0 commit comments

Comments
 (0)