]> gitweb.fluxo.info Git - metadot.git/commitdiff
Updates Skeleton README
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Aug 2016 17:43:32 +0000 (14:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Aug 2016 17:43:32 +0000 (14:43 -0300)
metadot

diff --git a/metadot b/metadot
index 47bd123d8245ab1ad40b62cbe115f88da63f744d..86a95048f753aa8201d5be72d28bffea5f4b386d 100755 (executable)
--- a/metadot
+++ b/metadot
@@ -138,10 +138,10 @@ elif [ "$OPT" == "create" ]; then
     cd $MODULES/$1
     git init
 
-    echo "# $1 dotfile module"                                     > README.md
-    echo ""                                                       >> README.md
-    echo "This is the repository for $1 configuration."           >> README.md
-    echo "More information at https://git.fluxo.info/metadot.git" >> README.md
+    echo "# $1 dotfile module"                                 > README.md
+    echo ""                                                   >> README.md
+    echo "This is the repository for $1 configuration."       >> README.md
+    echo "More information at https://git.fluxo.info/metadot" >> README.md
 
     echo "TODO"                > TODO.md
     echo "===="               >> TODO.md