Skip to content

Commit 74ab384

Browse files
jonatankloskojosevalim
authored andcommitted
Fix Mix.install_project_dir/0 spec (#13381)
1 parent 5654752 commit 74ab384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ defmodule Mix do
10641064
resides.
10651065
"""
10661066
@doc since: "1.16.2"
1067-
@spec install_project_dir() :: Path.t()
1067+
@spec install_project_dir() :: Path.t() | nil
10681068
def install_project_dir() do
10691069
case Mix.State.get(:installed) do
10701070
{id, _dynamic_config} -> install_project_dir(id)

0 commit comments

Comments
 (0)