aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-16 10:19:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-16 10:19:50 -0300
commitd4ea5b1de98c12df576bfa70b73f5ed5450bf6e3 (patch)
tree81f8bf51a18f90ee025b19e2224c6c8731e82891 /inception
parent87c3d8bcb89fff048814ab24cb9292ddad587286 (diff)
downloadapps-d4ea5b1de98c12df576bfa70b73f5ed5450bf6e3.tar.gz
apps-d4ea5b1de98c12df576bfa70b73f5ed5450bf6e3.tar.bz2
Updates metadot
Diffstat (limited to 'inception')
-rwxr-xr-xinception2
1 files changed, 1 insertions, 1 deletions
diff --git a/inception b/inception
index eec30bf..db44ca2 100755
--- a/inception
+++ b/inception
@@ -72,7 +72,7 @@ elif [ "$1" == "install" ]; then
elif [ "$1" == "deploy" ]; then
if [ ! -z "$2" ]; then
REMOTE="$2"
- MODULES="`$DIRNAME/metadot/metadot list | xargs`"
+ MODULES="`$DIRNAME/metadot/metadot installed | xargs`"
# Sync apps
if [ -e "$HOME/apps" ]; then