Skip to content

Commit e667e2e

Browse files
author
José Valim
committed
Use proper message when replacing a package
1 parent 00c2db5 commit e667e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/local.install.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ defmodule Mix.Tasks.Local.Install do
7676
files = Enum.map_join(previous_files, ", ", &Path.basename/1)
7777

7878
Mix.shell.yes?("Found existing archives: #{files}.\n" <>
79-
"Do you want to remove them?")
79+
"Are you sure you want to replace them?")
8080
end
8181

8282
defp previous_versions(src) do

0 commit comments

Comments
 (0)