We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5488eee commit 6276f6dCopy full SHA for 6276f6d
Formula/paranoia.rb
@@ -27,6 +27,6 @@ def install
27
# This string is the SHA256 of the "ISRG X1 Root" certificate. This test verifies that
28
# paranoia can find that certificate in a known image (cert-manager v1.9.1).
29
assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6",
30
- shell_output(bin/"paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1")
+ shell_output("bin/paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1")
31
end
32
0 commit comments