diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-01-25 20:58:15 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-01-25 20:58:15 +0000 |
commit | 2cbebc7d4296a9042f6fba0360aa5846c1104181 (patch) | |
tree | 92cb9c2b40804d94952607c1eaa23d9538b422c8 | |
parent | 5f166398e8b88ecaa8ce0ee597499a6f1a324066 (diff) | |
download | prosody-2cbebc7d4296a9042f6fba0360aa5846c1104181.tar.gz prosody-2cbebc7d4296a9042f6fba0360aa5846c1104181.zip |
prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ end -- Required to be able to find packages installed with luarocks pcall(require, "luarocks.require") +require "util.dependencies" + config = require "core.configmanager" do |