Skip to content

Commit

Permalink
make: fix commit message
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
  • Loading branch information
rissson committed Oct 1, 2024
1 parent 5ea2b02 commit ad91457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ build:
rm -f .travis.yml git_push.sh
cargo fmt
mv diff.test /tmp/diff.test
echo -e "Update API Client\n\n" > diff.test
echo "Update API Client\n\n" > diff.test
cat /tmp/diff.test >> diff.test

0 comments on commit ad91457

Please sign in to comment.