Skip to content

Commit

Permalink
import-req: Correct file-name variable in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Dec 6, 2023
1 parent dc91c8b commit 88170a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -3652,7 +3652,7 @@ Expected to find the request at:

verify_file req "$in_req" || user_error "\
The certificate request file is not in a valid X509 format:
* $req_in"
* $in_req"

# destination must not exist
[ -e "$out_req" ] && user_error "\
Expand Down

0 comments on commit 88170a6

Please sign in to comment.