Skip to content

Commit 0b333fc

Browse files
committed
Correct Path
1 parent b0c3092 commit 0b333fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test-bot:
99
strategy:
1010
matrix:
11-
os: [ubuntu-22.04, macos-15, macos-14, macos-13]
11+
os: [ubuntu-22.04, macos-15]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Set up Homebrew

Formula/paranoia.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ def install
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)