Skip to content

Commit d1a9979

Browse files
committed
minor symfony#13290 Typo fixed on secrets.rst (a-menshchikov)
This PR was merged into the 4.4 branch. Discussion ---------- Typo fixed on secrets.rst Commits ------- 5dd43f0 Typo fixed on secrets.rst
2 parents 87bec30 + 5dd43f0 commit d1a9979

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
@@ -257,7 +257,7 @@ your secrets during deployment to the "local" vault:
257257
258258
$ php bin/console secrets:decrypt-to-local --force --env=prod
259259
260-
This will put all the decrypted secrets into ``.env.php.local``. After doing this,
260+
This will put all the decrypted secrets into ``.env.prod.local``. After doing this,
261261
the decryption key does *not* need to remain on the server.
262262

263263
Rotating Secrets

0 commit comments

Comments
 (0)