summaryrefslogtreecommitdiff
path: root/src/rebar_shell.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_shell.erl')
-rw-r--r--src/rebar_shell.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_shell.erl b/src/rebar_shell.erl
index aed7879..0426f24 100644
--- a/src/rebar_shell.erl
+++ b/src/rebar_shell.erl
@@ -33,6 +33,7 @@
-export([shell/2]).
shell(_Config, _AppFile) ->
+ ?CONSOLE("NOTICE: Using experimental 'shell' command~n", []),
%% backwards way to say we only want this executed
%% for the "top level" directory
case is_deps_dir(rebar_utils:get_cwd()) of