diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 22:19:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 22:19:35 -0300 |
commit | edc553d3522f624599bc42d1dc907b65f1ef998b (patch) | |
tree | 148fef88e18ebcccef8954170b682bceaa9d70cb | |
parent | 264544a62676f83eb887256706b533efb7216995 (diff) | |
download | apps-edc553d3522f624599bc42d1dc907b65f1ef998b.tar.gz apps-edc553d3522f624599bc42d1dc907b65f1ef998b.tar.bz2 |
Minor change at inception
-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 |