aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
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