aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
Diffstat (limited to 'inception')
-rwxr-xr-xinception6
1 files 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..."