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
fix find of deps for clean all
pull/667/head
Tristan Sloughter
9 years ago
parent
7c46eea294
commit
f77457343a
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_clean.erl
+ 1
- 1
src/rebar_prv_clean.erl
View File
@ -39,7 +39,7 @@ do(State) ->
case
All
of
true
-
>
DepsDir
=
rebar_dir
:
deps_dir
(
State
)
,
DepApps
=
rebar_app_discover
:
find_apps
(
[
DepsDir
]
,
all
)
;
DepApps
=
rebar_app_discover
:
find_apps
(
[
filename
:
join
(
DepsDir
,
"
*
"
)
]
,
all
)
;
false
-
>
DepApps
=
[
]
end
,
Write
Preview
Loading…
Cancel
Save