Skip to content

Commit

Permalink
ci: fix typo in nvfetcher commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Jan 11, 2024
1 parent e6e237e commit 4b2b928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
nix run --inputs-from . nixpkgs#nvfetcher
if ! git diff --color=always --exit-code; then
git commit -am "chore: update nvfetch sources"
git commit -am "chore: update nvfetcher sources"
fi
- name: Make PR if needed
Expand Down

0 comments on commit 4b2b928

Please sign in to comment.