Skip to content

Commit

Permalink
Select inline_file() for command 'inline'
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Aug 5, 2024
1 parent b62986c commit de0c796
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 @@ -5859,7 +5859,7 @@ case "$cmd" in
;;
inline)
verify_working_env
inline_creds "$@" || \
inline_file "$@" || \
easyrsa_exit_with_error=1
;;
export-p12)
Expand Down

0 comments on commit de0c796

Please sign in to comment.