diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2014-11-12 18:13:35 +0000 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2014-11-12 18:13:35 +0000 |
commit | c4cf30e1d268d778fa759a7ff72116bf6dd2719a (patch) | |
tree | 0712ccf77d7b95a7ee6c5f563eca3a9c1ecf7692 | |
parent | 8491d41f8edfbb4ea1169b5e4d1773817870324b (diff) |
The .tmp0319203 output is gone
-rw-r--r-- | doc/plugins.md | 2 | ||||
-rw-r--r-- | priv/templates/plugin_README.md.dtl | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/doc/plugins.md b/doc/plugins.md index 814f1d0..f31f96b 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -32,7 +32,6 @@ Then you can just call it directly: ``` → rebar3 plugin_name ===> Fetching plugin_name -Cloning into '.tmp_dir539136867963'... ===> Compiling plugin_name <PLUGIN OUTPUT> ``` @@ -188,7 +187,6 @@ Then you can just call it directly: ``` → rebar3 todo ===> Fetching provider_todo -Cloning into '.tmp_dir539136867963'... ===> Compiling provider_todo Application merklet /Users/ferd/code/self/merklet/src/merklet.erl diff --git a/priv/templates/plugin_README.md.dtl b/priv/templates/plugin_README.md.dtl index 8c91947..7f9ba84 100644 --- a/priv/templates/plugin_README.md.dtl +++ b/priv/templates/plugin_README.md.dtl @@ -22,6 +22,5 @@ Then just call your plugin directly in an existing application: $ rebar3 {{name}} ===> Fetching {{name}} - Cloning into '.tmp_dir539136867963'... ===> Compiling {{name}} <Plugin Output> |