diff options
-rwxr-xr-x | inception | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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..." |