diff options
-rwxr-xr-x | inception | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -27,11 +27,11 @@ if [ -z "$1" ] || [ "$1" == "init" ]; then echo "Checking dotfiles..." ./metadot/metadot version - - echo "" - echo "Please manually verify dotfiles version and tag from the above output." - echo "If everything is fine, proceed running this command again with the 'load' parameter." ) + + echo "" + echo "Please manually verify dotfiles version and tag from the above output." + echo "If everything is fine, proceed running this command again with the 'load' parameter." elif [ "$1" == "load" ]; then ( cd $DIRNAME |