Skip to content

Commit dd0d796

Browse files
committed
ci: Fix syntax error in bash script checking for cargo-rdme
1 parent 949ff7e commit dd0d796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
shell: bash
167167
# NOTE: This doesn't worry about installing updates
168168
run: |
169-
if not test -f "~/.cargo/bin/cargo-rdme"; then
169+
if test ! -f "~/.cargo/bin/cargo-rdme"; then
170170
cargo install cargo-rdme
171171
fi
172172
- name: Run cargo-rdme

0 commit comments

Comments
 (0)