From: Silvio Rhatto Date: Mon, 25 Dec 2017 13:50:39 +0000 (-0200) Subject: Inception: fix some parameters X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=272d80459e7c1fa184445cc5064636b860acdbbe;p=rhatto%2Fapps.git Inception: fix some parameters --- diff --git a/inception b/inception index 3698296..6bd7127 100755 --- a/inception +++ b/inception @@ -31,7 +31,7 @@ function inception_init { ./metadot/metadot clone default else echo "Updating dotfiles..." - ./metadot/metadot update + ./metadot/metadot fetch fi #echo "Checking latest tag..." @@ -55,8 +55,8 @@ function inception_load { ( cd $DIRNAME - BUNDLE="$2" - DEPENDENCIES="$3" + BUNDLE="$3" + DEPENDENCIES="$4" if [ "$BUNDLE" == "--all" ]; then echo "Loading all dotfiles..."