diff options
Diffstat (limited to 'inception')
-rwxr-xr-x | inception | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "" |