Skip to content

Commit 8d27eb6

Browse files
committed
Fix formula linting errors
1 parent c67e8d8 commit 8d27eb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/paranoia.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
class Paranoia < Formula
22
desc "Inspect certificate authorites in contianer images"
33
homepage "https://github.com/jetstack/paranoia"
4-
version "0.2.0"
54
url "https://github.com/jetstack/paranoia/archive/refs/tags/v0.2.0.tar.gz"
65
sha256 "c627437fc2ca74fb2e162501b8d44fff7de60f16788de7d19355cd621b8e6203"
76
license "Apache-2.0"
@@ -15,7 +14,7 @@ def install
1514

1615
test do
1716
# This string is the SHA256 of the "ISRG X1 Root" certificate
18-
assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6", shell_output("paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1")
17+
assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6",
18+
shell_output("paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1")
1919
end
2020
end
21-

0 commit comments

Comments
 (0)