Skip to content

Commit 5dd5c46

Browse files
authored
Fix MIX_INSTALL_DIR docs (#11338)
Fix accidentally removed part of the sentence.
1 parent b65ef38 commit 5dd5c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mix/lib/mix.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ defmodule Mix do
302302
* `MIX_HOME` - path to Mix's home directory, stores configuration files and scripts used by Mix
303303
(default: `~/.mix`)
304304
* `MIX_INSTALL_DIR` - (since v1.12.0) specifies directory where `Mix.install/2` keeps
305+
install cache
305306
* `MIX_INSTALL_FORCE` - (since v1.13.0) runs `Mix.install/2` with empty install cache
306307
* `MIX_PATH` - appends extra code paths
307308
* `MIX_QUIET` - does not print information messages to the terminal

0 commit comments

Comments
 (0)