aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-25 11:50:39 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-25 11:50:39 -0200
commit272d80459e7c1fa184445cc5064636b860acdbbe (patch)
tree1c3c71fe71a990aa1ca401bbff1664fbb4ca150f /inception
parent9832979103fbf0d4193400811914587229766717 (diff)
downloadapps-272d80459e7c1fa184445cc5064636b860acdbbe.tar.gz
apps-272d80459e7c1fa184445cc5064636b860acdbbe.tar.bz2
Inception: fix some parameters
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..."