Skip to content

Commit e75e748

Browse files
committed
chore: make linter happy
I would have preferred to have the space there, but it's fine without, too.
1 parent f938c52 commit e75e748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/code-signing/code-signing-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const config: ForgeConfig = {
173173

174174
#### Updating your npm scripts
175175

176-
When you call scripts such as `electron-forge make` or `electron-forge publish`, you will now have to prefix them with `dotenv -e .env.trustedsigning -- `. This loads the environment variables from the `.env.trustedsigning` file.
176+
When you call scripts such as `electron-forge make` or `electron-forge publish`, you will now have to prefix them with `dotenv -e .env.trustedsigning --`. This loads the environment variables from the `.env.trustedsigning` file.
177177

178178
For example, your npm scripts in your `package.json` might then look like this:
179179

0 commit comments

Comments
 (0)