Skip to content

Commit 8fb1db5

Browse files
committed
fix rebar_app_info:source/1 spec
fix #2979
1 parent e15e024 commit 8fb1db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/rebar/src/rebar_app_info.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ priv_dir(#app_info_t{out_dir=OutDir}) ->
572572
rebar_utils:to_list(filename:join(OutDir, "priv")).
573573

574574
%% @doc finds the source specification for the app
575-
-spec source(t()) -> string() | tuple().
575+
-spec source(t()) -> string() | tuple() | checkout | undefined.
576576
source(#app_info_t{source=Source}) ->
577577
Source.
578578

0 commit comments

Comments
 (0)