Skip to content

Commit af3f655

Browse files
committed
Update Bin
1 parent 9d29a96 commit af3f655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/paranoia.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ def install
2020
system "go", "run", "./hack/generate-manual"
2121
man1.install Pathname.glob("man/*.1")
2222
# Use the binary to generate shell completions
23-
generate_completions_from_executable(bin/"paranoia", "completion")
23+
generate_completions_from_executable("#{bin}/paranoia", "completion")
2424
end
2525

2626
test do
2727
# This string is the SHA256 of the "ISRG X1 Root" certificate. This test verifies that
2828
# paranoia can find that certificate in a known image (cert-manager v1.9.1).
2929
assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6",
30-
shell_output("bin/paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1")
30+
shell_output("#{bin}/paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1")
3131
end
3232
end

0 commit comments

Comments
 (0)