Skip to content

Commit 167d18f

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Typo fixed on secrets.rst
2 parents 7f2e15b + d1a9979 commit 167d18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/secrets.rst

+1-1
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)