From 6e6975f81f868ba1b3a254013cf37adba274a7e2 Mon Sep 17 00:00:00 2001
From: G33tha <geethap240@gmail.com>
Date: Mon, 26 Sep 2022 15:22:51 +0530
Subject: [PATCH] Update kp_upload-schema.yml (#3558)

---
 ansible/kp_upload-schema.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/kp_upload-schema.yml b/ansible/kp_upload-schema.yml
index a9b221f0d..32ebde956 100644
--- a/ansible/kp_upload-schema.yml
+++ b/ansible/kp_upload-schema.yml
@@ -8,7 +8,7 @@
         AZURE_STORAGE_SAS_TOKEN: "{{ sunbird_public_storage_account_sas }}"
   tasks:
     - name: upload batch
-      command: "az storage blob upload-batch --destination {{ plugin_container_name }}/schemas/local --source {{ source_path }}/{{ item }}"
+      command: "az storage blob upload-batch --destination {{ plugin_container_name }}/schemas/local/{{ item }} --source {{ source_path }}/{{ item }}"
       with_items:
         - "{{ source_name.split(',') }}"
       async: 3600
-- 
GitLab