Skip to content

Commit

Permalink
ci: bash is not happy without space between ! and command (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen authored Apr 21, 2023
1 parent 9ed2234 commit e78190a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hyperfine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
BINS=head
for f in head_programs/*.json; do
# Only run new or modified benchmarks
if !cmp -s ${f/head/base} $f; then
if ! cmp -s ${f/head/base} $f; then
cp $f target_programs/
fi
done
Expand Down

0 comments on commit e78190a

Please sign in to comment.