This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
remove example from install_deps provider, shouldn't be called manually
pull/3/head
Tristan Sloughter
10 years ago
parent
febecf0204
commit
d2cd52c3d2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_prv_install_deps.erl
+ 1
- 1
src/rebar_prv_install_deps.erl
View File
@ -57,7 +57,7 @@ init(State) ->
provider_impl
=
?
MODULE
,
bare
=
false
,
deps
=
?
DEPS
,
example
=
"
rebar deps
"
,
example
=
"
"
,
short_desc
=
"
Install dependencies
"
,
desc
=
info
(
"
Install dependencies
"
)
,
opts
=
[
]
}
)
,
Write
Preview
Loading…
Cancel
Save