diff --git a/dotmg b/dotmg index 99ecd2f..4d9a668 100755 --- a/dotmg +++ b/dotmg @@ -31,7 +31,7 @@ check-gitignore-exists() { } write-base-gitignore() { - printf "# generated with dotmg, see `man 1 dotmg` or https://github.com/icebarf/dotmg" > .gitignore + printf "# generated with dotmg, see 'man 1 dotmg' or https://github.com/icebarf/dotmg" > .gitignore printf "/*\n" >> .gitignore }