From 6e1710d3c61ef676ab9f14b9298b8c73e909ff67 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Mon, 12 Jun 2017 14:49:31 +0300 Subject: [SDC] fix wrong variable in the chef script Change-Id: I43178b4bcde5abfae49891a9905a8aaba7807b62 Signed-off-by: Michael Lando --- .../cookbooks/cassandra-actions/recipes/07-importComformance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdc-os-chef') diff --git a/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/07-importComformance.rb b/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/07-importComformance.rb index 0cc0434950..7c902ea858 100644 --- a/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/07-importComformance.rb +++ b/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/07-importComformance.rb @@ -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 -- cgit 1.2.3-korg