Skip to content

Commit b8113a0

Browse files
committed
fix: cd brew install check
1 parent 857734b commit b8113a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
brew install joshmedeski/sesh/sesh
5252
- name: Check installed sesh version
5353
run: |
54-
[ v$(sesh ---version) == "$GITHUB_REF_NAME" ]
54+
[ v$(sesh --version) == "$GITHUB_REF_NAME" ]

0 commit comments

Comments
 (0)