Commit 7315d94
authored
remove install command if download is disabled (#39)
When setting `download_binary` to `false` the following exception is
thrown:
`The service ".sensiolabs_minify.command.minify_install" has a
dependency on a non-existent service
".sensiolabs_minify.minifier.minify_installer". Did you mean this:
"sensiolabs_minify.minifier.minify"?`
So the install command should also be removed if `download_binary` is
`false`.
Signed-off-by: araab <araab@users.noreply.github.com>1 parent 57b284c commit 7315d94
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments