Skip to content

Commit 67f9f82

Browse files
committed
Merge branch '5.0'
* 5.0: Typo fixed on secrets.rst
2 parents 71627ec + 167d18f commit 67f9f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/secrets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ your secrets during deployment to the "local" vault:
253253
254254
$ php bin/console secrets:decrypt-to-local --force --env=prod
255255
256-
This will put all the decrypted secrets into ``.env.php.local``. After doing this,
256+
This will put all the decrypted secrets into ``.env.prod.local``. After doing this,
257257
the decryption key does *not* need to remain on the server.
258258

259259
Rotating Secrets

0 commit comments

Comments
 (0)