commit | ea6aaa97a1cd54d24339440cefedf4a5af0e9d37 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Mon Dec 19 19:00:46 2022 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Mon Dec 19 19:00:57 2022 -0500 |
tree | 8ad82c98d6e47326904120147cc8012e9b382f8e | |
parent | 775a20f5d933e34a0ca18bc797ff9aecef93f9b0 [diff] [blame] |
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'],