Skip to content

Commit

Permalink
set_pass, set_pass_legacy: Correct indentation only
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 88170a6 commit 77894df
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -3914,7 +3914,9 @@ Run easyrsa without commands for usage and command help."
nopass)
[ "$prohibit_no_pass" ] || EASYRSA_NO_PASS=1
;;
file) file="$raw_file" ;;
file)
file="$raw_file"
;;
*) warn "Ignoring unknown command option: '$1'"
esac
shift
Expand Down Expand Up @@ -3982,7 +3984,9 @@ Missing argument: no name/file supplied."
nopass)
[ "$prohibit_no_pass" ] || EASYRSA_NO_PASS=1
;;
file) file="$raw_file" ;;
file)
file="$raw_file"
;;
*) warn "Ignoring unknown command option: '$1'"
esac
shift
Expand Down

0 comments on commit 77894df

Please sign in to comment.