commit | 2f2bdc946f04305586cd8cefc524760ad45796ea | [log] [tgz] |
---|---|---|
author | Sýlvan Heuser <sylvan.heuser@gmx.net> | Wed Jun 01 15:46:16 2016 +0200 |
committer | Sýlvan Heuser <sylvan.heuser@gmx.net> | Wed Jun 01 15:46:16 2016 +0200 |
tree | 3848c45b4238cec51cb2415b079283a2a9edca27 | |
parent | 4675f04169da8c9796b22601b9452bb5705c691b [diff] |
Fix dependency resolving
diff --git a/install-plugins.sh b/install-plugins.sh index e6e0d4e..92e9894 100755 --- a/install-plugins.sh +++ b/install-plugins.sh
@@ -25,7 +25,7 @@ fi if [[ ! -f ${plugin}.resolved ]]; then - resolveDependencies $1 + resolveDependencies $plugin fi }