Skip to content

Commit

Permalink
package-build--cleanup: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 20, 2023
1 parent 7b7b7f3 commit 0081876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ in `package-build-archive-dir'."
((cl-typep rcp 'package-git-recipe)
(package-build--call-process rcp "git" "clean" "-f" "-d" "-x"))
((cl-typep rcp 'package-hg-recipe)
(package-build--call-process rcp "hg" "purge" "--all" "--interactive"))))
(package-build--call-process rcp "hg" "purge" "--all" "--noninteractive"))))

;;;###autoload
(defun package-build-all ()
Expand Down

0 comments on commit 0081876

Please sign in to comment.