We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3950aa commit 022d1bdCopy full SHA for 022d1bd
1 file changed
generation/apply_versions.sh
@@ -25,7 +25,7 @@ if [[ "$column_name" == "released" ]]; then
25
column_index=2
26
elif [[ "$column_name" == "current" ]]; then
27
column_index=3
28
-elif "$column_name" != "current" ]]; then
+elif [[ "$column_name" != "current" ]]; then
29
echo "Error: column_name must be either 'released' or 'current'"
30
exit 1
31
fi
0 commit comments