diff --git a/blog/_posts/2024-06-24-dotenvx-next-generation-config-management.md b/blog/_posts/2024-06-24-dotenvx-next-generation-config-management.md index b71adf8..dec5e37 100644 --- a/blog/_posts/2024-06-24-dotenvx-next-generation-config-management.md +++ b/blog/_posts/2024-06-24-dotenvx-next-generation-config-management.md @@ -20,7 +20,7 @@ It's one of the few security tools that improve your security posture with minim * a single line of code - `require('dotenv').config()` * a single file - `.env` -* a single gitignore append - `echo '.env' > .gitignore` +* a single gitignore append - `echo '.env' >> .gitignore` It's aesthetic, it's effective, it's elegant.