From 95ce8f598c3c1db0f9831fc9a3b2dc95fd7c87ed Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 31 Jan 2022 19:20:18 -0800 Subject: [PATCH] Add permalink for .env file (#6574) --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 09d0ef7b520..084395589d7 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -27,7 +27,7 @@ Most of the options accept `null` — for example, to explicitly set that DMG ic ## Environment Variables from File -Env file `electron-builder.env` in the current dir ([example](https://github.com/motdotla/dotenv-expand/blob/master/test/.env)). Supported only for CLI usage. +Env file `electron-builder.env` in the current dir ([example](https://github.com/motdotla/dotenv-expand/blob/1cc80d02e1f8aa749253a04a2061c0fecb9bdb69/tests/.env)). Supported only for CLI usage. ## How to Read Docs