IVGCVSW-2589 Fix for checking out CL release branch

Change-Id: I3200cb7a88158ec3aabc6feaca452406d5408129
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh
index c68a81d..60e4d7e 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -64,12 +64,12 @@
 # Use the latest pinned version of the CL framework
 
 # For pinnning to a ref use this:
-# CLFRAMEWORKREVISION="branches/arm_compute_18_11" # Release 18.11
-# git fetch  https://review.mlplatform.org/ml/ComputeLibrary $CLFRAMEWORKREVISION && git checkout FETCH_HEAD
+CLFRAMEWORKREVISION="branches/arm_compute_19_02" # Release 19.02
+git fetch https://review.mlplatform.org/ml/ComputeLibrary $CLFRAMEWORKREVISION && git checkout FETCH_HEAD
 
 # For pinning to a revision use this:
-CLFRAMEWORKREVISION="branches/arm_compute_19_02" # Master towards 19.02
-git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
+# CLFRAMEWORKREVISION="6eb90d7d8ef73decf6e3973a89c2b2badd0b9635" # Master towards 19.02
+# git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
 AssertZeroExitCode
 
 # Set commit hook so we can submit reviews to gerrit