]> gitweb.fluxo.info Git - rhatto/apps.git/commitdiff
Inception: fix some parameters
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 25 Dec 2017 13:50:39 +0000 (11:50 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 25 Dec 2017 13:50:39 +0000 (11:50 -0200)
inception

index 3698296b41859bbfefa66b6eaa2db0f82f689f70..6bd712784c2fbd4d3799c5fa2076539f05985da0 100755 (executable)
--- 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..."