Skip to content

Commit

Permalink
emir-shelve-package: Fix typo in automated commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 21, 2024
1 parent 13c2198 commit 9d36863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emir.el
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ repository specified by variable `epkg-repository'."
(let ((msg (ignore-errors
(read-string
"Also remove from Melpa with message (empty to skip): "
(format (or melpa-msg "Remove receipe for %s") name)))))
(format (or melpa-msg "Remove recipe for %s") name)))))
(unless (equal msg "")
(magit-git "rm" rcp)
(magit-git "commit" "-m" msg "--" rcp)))))))
Expand Down

0 comments on commit 9d36863

Please sign in to comment.