Skip to content

Commit 2213de0

Browse files
committed
Adding quotes around var in if statement
ref: FORGEOPS-6702
1 parent bbef8d6 commit 2213de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/scripts/install-prereqs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ applyChart() {
8989
chart_repo="$chart_name $repo"
9090
fi
9191

92-
if [ -n $crd_cmd ] ; then
92+
if [ -n "$crd_cmd" ] ; then
9393
runOrPrint $crd_cmd
9494
fi
9595

0 commit comments

Comments
 (0)