We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15e024 commit 8fb1db5Copy full SHA for 8fb1db5
apps/rebar/src/rebar_app_info.erl
@@ -572,7 +572,7 @@ priv_dir(#app_info_t{out_dir=OutDir}) ->
572
rebar_utils:to_list(filename:join(OutDir, "priv")).
573
574
%% @doc finds the source specification for the app
575
--spec source(t()) -> string() | tuple().
+-spec source(t()) -> string() | tuple() | checkout | undefined.
576
source(#app_info_t{source=Source}) ->
577
Source.
578
0 commit comments