Skip to content

Commit 709099f

Browse files
committed
Fix missing ;; in build script
1 parent c01f5ff commit 709099f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.kokoro/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ javadoc)
3737
;;
3838
integration)
3939
./utilities/verify_single_it.sh $INTEGRATION_TEST_ARGS
40+
;;
4041
*)
4142
;;
4243
esac

0 commit comments

Comments
 (0)