Skip to content

Commit

Permalink
Merge pull request certnanny#28 from justinotherguy/patch-1
Browse files Browse the repository at this point in the history
Typo in mkrequest corrected.
  • Loading branch information
aleibl committed Mar 6, 2014
2 parents 78c0968 + 19f606e commit 0e9d80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkrequest
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fi
if [ "$ORGANIZATION" ]; then
echo "O=$ORGANIZATION" >> $CONFIG
fi
if [ "$OUNIT" ]; then
if [ "$ORGANIZATIONAL_UNIT" ]; then
echo "OU=$ORGANIZATIONAL_UNIT" >> $CONFIG
fi
if [ ! "$UNSTRUCTURED_NAME" ]; then
Expand Down

0 comments on commit 0e9d80f

Please sign in to comment.