From 272d80459e7c1fa184445cc5064636b860acdbbe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 25 Dec 2017 11:50:39 -0200 Subject: Inception: fix some parameters --- inception | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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..." -- cgit v1.2.3