source plugin-push command

This commit is contained in:
Akash Manohar J 2015-05-21 09:56:41 +05:30
parent 1d39f0ae49
commit f8b81f13a0

View File

@ -12,6 +12,8 @@ source $(dirname $(dirname $0))/lib/commands/plugin-add.sh
source $(dirname $(dirname $0))/lib/commands/plugin-update.sh source $(dirname $(dirname $0))/lib/commands/plugin-update.sh
source $(dirname $(dirname $0))/lib/commands/plugin-remove.sh source $(dirname $(dirname $0))/lib/commands/plugin-remove.sh
source $(dirname $(dirname $0))/lib/commands/plugin-push.sh
callback_args="${@:2}" callback_args="${@:2}"