From 5f70c0724d78030e61b9b294b0cd7333b8e0eb1a Mon Sep 17 00:00:00 2001
From: Miguel Caballer <micafer1@upv.es>
Date: Thu, 19 Sep 2024 12:25:36 +0200
Subject: [PATCH] Fix artifact url

---
 templates/mlflow_authvm.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/mlflow_authvm.yaml b/templates/mlflow_authvm.yaml
index 4b12ce4..638db86 100644
--- a/templates/mlflow_authvm.yaml
+++ b/templates/mlflow_authvm.yaml
@@ -105,7 +105,7 @@ topology_template:
       interfaces:
         Standard:
           configure:
-            implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/mlflow_compose.yml
+            implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/mlflow_auth_compose.yml
             inputs:
               public_ip_address:
                 get_attribute: [ simple_node, public_address, 0 ]