Fixed typo

Change-Id: Ief4787274f74c832e5e85513b0bf8fcbd115b4e6
diff --git a/vars/getVolthaCode.groovy b/vars/getVolthaCode.groovy
index d7cb445..b8083a2 100644
--- a/vars/getVolthaCode.groovy
+++ b/vars/getVolthaCode.groovy
@@ -69,7 +69,7 @@
 
 	checkout([
 	    $class: 'GitSCM',
-	    userRemoteConfigs: [[ url:repo_url ]],
+	    userRemoteConfigs: [[ url:repo_vst ]],
 	    branches: [[ name: "${cfg.branch}", ]],
 	    extensions: [
 		[$class: 'WipeWorkspace'],