Skip to content

Commit c2921cf

Browse files
authored
Merge pull request #65 from oracle/issue-64
fix bad merge
2 parents 6e56860 + b9a55ac commit c2921cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/internal/generate-security-policy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747
if [ "$1" = "-o" ] ; then
4848
shift
4949
SCRIPT="$1"
50-
elif [ "$1" = --output=* ] ; then
50+
elif [[ "$1" = "--output="* ]] ; then
5151
SCRIPT=`echo "$1" | cut -d \= -f 2`
5252
else
5353
SCRIPT=$SCRIPT_DEFAULT

0 commit comments

Comments
 (0)