aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-12 11:11:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-12 11:11:22 -0300
commite40f5bc57c255f067fdae32d00229f87c58e5cf5 (patch)
tree5333d4037a55f15519e39afd813b1b9b2285e67e /inception
parent97710f97ffac59111bf23668b3cf29a5cf9a6591 (diff)
downloadapps-e40f5bc57c255f067fdae32d00229f87c58e5cf5.tar.gz
apps-e40f5bc57c255f067fdae32d00229f87c58e5cf5.tar.bz2
Inception: fix metadot invocation
Diffstat (limited to 'inception')
-rwxr-xr-xinception2
1 files changed, 1 insertions, 1 deletions
diff --git a/inception b/inception
index 63ddf1c..07e8327 100755
--- a/inception
+++ b/inception
@@ -26,7 +26,7 @@ if [ -z "$1" ] || [ "$1" == "init" ]; then
$DIRNAME/utils-git/git-checkout-tag
echo "Checking dotfiles..."
- ./metadot/metadot version
+ $DIRNAME/metadot/metadot version
)
echo ""