Skip to content

Commit 4de4ad0

Browse files
committed
tfproviderlint: fix style
For Homebrew/brew#20244
1 parent 2012c47 commit 4de4ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/t/tfproviderlint.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def install
2323
ldflags = %W[
2424
-s -w
2525
-X github.com/bflad/tfproviderlint/version.Version=#{version}
26-
-X github.com/bflad/tfproviderlint/version.VersionPrerelease=#{build.head? ? "dev" : ""}
26+
-X github.com/bflad/tfproviderlint/version.VersionPrerelease=#{"dev" if build.head?}
2727
]
2828

2929
system "go", "build", *std_go_args(ldflags:), "./cmd/tfproviderlint"

0 commit comments

Comments
 (0)