Parcourir la source

AMBARI-5013. FIx the default version in set-hdp-repo-url.sh (mahadev)

Mahadev Konar il y a 11 ans
Parent
commit
f9c05125e8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ambari-server/set-hdp-repo-url.sh

+ 1 - 1
ambari-server/set-hdp-repo-url.sh

@@ -26,7 +26,7 @@ then
   #  Modify the VERSION variable in this file to match the new version
   #  Modify the previous version to store concrete public repo url
 
-  VERSION=2.1.1
+  VERSION=2.1
   C6URL="$1"
   C5URL="${C6URL/centos6/centos5}"
   S11URL="${C6URL/centos6/suse11}"