Skip to content

Commit

Permalink
s/--all/-a/
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb committed Dec 8, 2024
1 parent 1f4fcbb commit d960f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "fnt index"
#git add OFL.xz APACHE.xz
if git commit --all -m $(date -Im); then
if git commit -a -m $(date -Im); then
git push
fi
- name: Always Save Primes
Expand Down

0 comments on commit d960f73

Please sign in to comment.