[SDC] fix wrong variable in the chef script 83/4983/1
authorMichael Lando <ml636r@att.com>
Mon, 12 Jun 2017 11:49:31 +0000 (14:49 +0300)
committerMichael Lando <ml636r@att.com>
Mon, 12 Jun 2017 11:52:36 +0000 (14:52 +0300)
Change-Id: I43178b4bcde5abfae49891a9905a8aaba7807b62
Signed-off-by: Michael Lando <ml636r@att.com>
sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/07-importComformance.rb

index 0cc0434..7c902ea 100644 (file)
@@ -28,7 +28,7 @@ bash "import-Comformance" do
     cd /tmp/sdctool/scripts
     /bin/chmod +x sdcSchemaFileImport.sh
     echo "execute /tmp/sdctool/scripts/sdcSchemaFileImport.sh $conf_dir/$schema_file_name #{cl_release} $cl_version $conf_dir "
-    ./sdcSchemaFileImport.sh ${conf_dir}/${schema_file_name} $cl_release ${cl_version} ${conf_dir} 
+    ./sdcSchemaFileImport.sh ${conf_dir}/${schema_file_name} #{cl_release} ${cl_version} ${conf_dir} 
   EOH
 end