summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoralisdair sullivan <alisdairsullivan@yahoo.ca>2015-01-08 16:38:48 -0800
committeralisdair sullivan <alisdairsullivan@yahoo.ca>2015-01-08 16:38:48 -0800
commit6029fca8ca67f602e292398f9dd32c9e76dd77ec (patch)
tree98dbf7bb0268eaab17c54fdfed1ccdde3b6bf72d /src
parent93e85c0841a171445e43915b378473f194435311 (diff)
change `rebar_app_into` to `rebar_app_info` in typespecs
Diffstat (limited to 'src')
-rw-r--r--src/rebar_state.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rebar_state.erl b/src/rebar_state.erl
index 50bcfdb..0bf26e2 100644
--- a/src/rebar_state.erl
+++ b/src/rebar_state.erl
@@ -48,9 +48,9 @@
command_args = [],
command_parsed_args = [],
- project_apps = [] :: [rebar_app_into:t()],
- deps_to_build = [] :: [rebar_app_into:t()],
- all_deps = [] :: [rebar_app_into:t()],
+ project_apps = [] :: [rebar_app_info:t()],
+ deps_to_build = [] :: [rebar_app_info:t()],
+ all_deps = [] :: [rebar_app_info:t()],
overrides = [],
providers = []}).