X-Git-Url: https://plomlompom.com/repos/?p=redo-blog;a=blobdiff_plain;f=README.md;fp=README.md;h=084b244e31b6fee3887ed38b44321961556697b3;hp=d9e0f2c0e73618aa0c4cb783eb6f8278f9a82121;hb=bb13ec19da3d5cfe8d2f7e34d2e2331bc10bbe8c;hpb=b30ef996fa5865124811032655f80eba65ee8d0d diff --git a/README.md b/README.md index d9e0f2c..084b244 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ called `blog`: git add metadata/*.automatic_metadata fi status=\$(git status -s) - n_updates=\$(printf "$status" | grep -vE '^\?\?' | wc -l) + n_updates=\$(printf "\$status" | grep -vE '^\?\?' | wc -l) if [ "\$n_updates" -gt 0 ]; then git commit -a -m 'Update metadata' fi