diff options
Diffstat (limited to 'inception')
-rwxr-xr-x | inception | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |