Skip to content

Commit 39eda1f

Browse files
committed
add space back
1 parent fcc030e commit 39eda1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const TIPS = [
1717
'✅ audit secrets and track compliance: https://dotenvx.com/ops',
1818
'🔄 add secrets lifecycle management: https://dotenvx.com/ops',
1919
'🔑 add access controls to secrets: https://dotenvx.com/ops',
20-
'🛠️ run anywhere with `dotenvx run -- yourcommand`',
20+
'🛠️ run anywhere with `dotenvx run -- yourcommand`',
2121
'⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }',
2222
'⚙️ enable debug logging with { debug: true }',
2323
'⚙️ override existing env vars with { override: true }',

0 commit comments

Comments
 (0)